#include <vtkHyperOctreeToUniformGridFilter.h>
vtkHyperOctreeToUniformGridFilter creates a uniform grid with a resolution based on the number of levels of the hyperoctree. Then, it copies celldata in each cell of the uniform grid that belongs to an actual leaf of the hyperoctree.
Definition at line 40 of file vtkHyperOctreeToUniformGridFilter.h.
Public Types | |
typedef vtkImageAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkHyperOctreeToUniformGridFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkHyperOctreeToUniformGridFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkHyperOctreeToUniformGridFilter () | |
~vtkHyperOctreeToUniformGridFilter () | |
int | RequestInformation (vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
void | CopyCellData (int cellExtent[6]) |
Protected Attributes | |
vtkDataSetAttributes * | InputCD |
vtkCellData * | OutputCD |
vtkHyperOctreeCursor * | Cursor |
int | YExtent |
int | ZExtent |
vtkImageData * | Output |
Reimplemented from vtkImageAlgorithm.
Definition at line 44 of file vtkHyperOctreeToUniformGridFilter.h.
vtkHyperOctreeToUniformGridFilter::vtkHyperOctreeToUniformGridFilter | ( | ) | [protected] |
vtkHyperOctreeToUniformGridFilter::~vtkHyperOctreeToUniformGridFilter | ( | ) | [protected] |
static vtkHyperOctreeToUniformGridFilter* vtkHyperOctreeToUniformGridFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
virtual const char* vtkHyperOctreeToUniformGridFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkImageAlgorithm.
static int vtkHyperOctreeToUniformGridFilter::IsTypeOf | ( | const char * | name | ) | [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 vtkImageAlgorithm.
virtual int vtkHyperOctreeToUniformGridFilter::IsA | ( | const char * | name | ) | [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 vtkImageAlgorithm.
static vtkHyperOctreeToUniformGridFilter* vtkHyperOctreeToUniformGridFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkImageAlgorithm.
void vtkHyperOctreeToUniformGridFilter::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 vtkImageAlgorithm.
int vtkHyperOctreeToUniformGridFilter::RequestInformation | ( | vtkInformation * | vtkNotUsedrequest, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected] |
virtual int vtkHyperOctreeToUniformGridFilter::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkImageAlgorithm.
virtual int vtkHyperOctreeToUniformGridFilter::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkImageAlgorithm.
void vtkHyperOctreeToUniformGridFilter::CopyCellData | ( | int | cellExtent[6] | ) | [protected] |
Definition at line 62 of file vtkHyperOctreeToUniformGridFilter.h.
vtkCellData* vtkHyperOctreeToUniformGridFilter::OutputCD [protected] |
Definition at line 63 of file vtkHyperOctreeToUniformGridFilter.h.
Definition at line 64 of file vtkHyperOctreeToUniformGridFilter.h.
int vtkHyperOctreeToUniformGridFilter::YExtent [protected] |
Definition at line 65 of file vtkHyperOctreeToUniformGridFilter.h.
int vtkHyperOctreeToUniformGridFilter::ZExtent [protected] |
Definition at line 66 of file vtkHyperOctreeToUniformGridFilter.h.
vtkImageData* vtkHyperOctreeToUniformGridFilter::Output [protected] |
Definition at line 67 of file vtkHyperOctreeToUniformGridFilter.h.