[vtk-developers] Volume cropping region representation

Dean Inglis dean.inglis at camris.ca
Thu Feb 18 18:11:53 EST 2010


Hi David,

1> vtkVolumeCroppingOutline
2> vtkVolumeCroppingRegionSource
3> vtkVolumeCroppingRegionOutline
4> vtkVolumeCroppingRepresentation

I prefer 1 as it is the shortest and next would be 2 since it lets the user 
know it
is a source object.  Regarding 4, <prefix>Representation is most
often associated with Widgets and their representations (although
there are some classes in Geovis, GUISupport/Qt, Views, and Rendering).

Dean

> Hi All,
>
> I wrote a VTK polydata source that will generate a wireframe or solid
> representation of the vtkVolumeMapper cropping region that matches the
> setting of the CroppingRegionFlags and CroppingRegionPlanes.  This
> class has more-or-less the same purpose as vtkOutlineSource, but is
> for volumes with fancy cropping flag settings.  For now the class is
> named "vtkVolumeCroppingOutline," but I want to hear suggestions for
> other names before I commit it.    The names that I've considered are
> as follows:
>
> vtkVolumeCroppingOutline
> vtkVolumeCroppingRegionSource
> vtkVolumeCroppingRegionOutline
> vtkVolumeCroppingRepresentation
>
> Any thoughts?
>
>   David




More information about the vtk-developers mailing list