[vtkusers] Selected cells not visible

Alex Malyushytskyy alexmalvtk at gmail.com
Tue Feb 12 17:54:36 EST 2013


It is defined in enum below (as 1) in my  VTK version.
It is unlikely but might be changed in other versions.

//BTX
  // Description:
  // Possible values for the FIELD_ASSOCIATION information entry.
  enum FieldAssociations
  {
    FIELD_ASSOCIATION_POINTS,
    FIELD_ASSOCIATION_CELLS,
    FIELD_ASSOCIATION_NONE,
    FIELD_ASSOCIATION_POINTS_THEN_CELLS,
    FIELD_ASSOCIATION_VERTICES,
    FIELD_ASSOCIATION_EDGES,
    FIELD_ASSOCIATION_ROWS,
    NUMBER_OF_ASSOCIATIONS
  };
  //ETX

Alex

On Tue, Feb 12, 2013 at 9:48 AM, -Daniel- <ich_daniel at habmalnefrage.de> wrote:
> Thanks for your hint.
> What is the int-value of "vtkDataObject::FIELD_ASSOCIATION_CELLS" ?
> I don't use (found) it with Java.
>
> "rect4PolySelection" is an int-Array of a rectangle with (xmin, xmax, ymin,
> ymax).
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Selected-cells-not-visible-tp5718419p5718464.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers



More information about the vtkusers mailing list