vtkPVGeometryFilter Class Reference
#include <vtkPVGeometryFilter.h>
Inheritance diagram for vtkPVGeometryFilter:
[legend]Collaboration diagram for vtkPVGeometryFilter:
[legend]List of all members.
Detailed Description
Geometry filter that does outlines for volumes.
- Date
- 2002/05/17 01:50:34
- Revision
- 1.7
This filter defaults to using the outline filter unless the input is a structured volume.
- Tests:
- vtkPVGeometryFilter (Tests)
Definition at line 39 of file vtkPVGeometryFilter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkPVGeometryFilter::vtkPVGeometryFilter |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataSetSurfaceFilter. |
virtual const char* vtkPVGeometryFilter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkPVGeometryFilter::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetSurfaceFilter. |
virtual int vtkPVGeometryFilter::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetSurfaceFilter. |
void vtkPVGeometryFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkDataSetSurfaceFilter. |
virtual int vtkPVGeometryFilter::GetOutlineFlag |
( |
|
) |
[virtual] |
|
|
This flag is set during the execute method. It indicates that the input was 3d and an outline representation was used. |
void vtkPVGeometryFilter::Execute |
( |
|
) |
[protected, virtual] |
|
void vtkPVGeometryFilter::ImageDataExecute |
( |
vtkImageData * |
input |
) |
[protected] |
|
void vtkPVGeometryFilter::StructuredGridExecute |
( |
vtkStructuredGrid * |
input |
) |
[protected] |
|
void vtkPVGeometryFilter::RectilinearGridExecute |
( |
vtkRectilinearGrid * |
input |
) |
[protected] |
|
Member Data Documentation
The documentation for this class was generated from the following file: