VTK
|
Hyper tree grid outer surface. More...
#include <vtkHyperTreeGridGeometry.h>
Hyper tree grid outer surface.
Definition at line 44 of file vtkHyperTreeGridGeometry.h.
Reimplemented from vtkPolyDataAlgorithm.
Definition at line 48 of file vtkHyperTreeGridGeometry.h.
vtkHyperTreeGridGeometry::vtkHyperTreeGridGeometry | ( | ) | [protected] |
vtkHyperTreeGridGeometry::~vtkHyperTreeGridGeometry | ( | ) | [protected] |
static vtkHyperTreeGridGeometry* vtkHyperTreeGridGeometry::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataAlgorithm.
static int vtkHyperTreeGridGeometry::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkHyperTreeGridGeometry::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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
static vtkHyperTreeGridGeometry* vtkHyperTreeGridGeometry::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
virtual vtkObjectBase* vtkHyperTreeGridGeometry::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
Reimplemented from vtkPolyDataAlgorithm.
void vtkHyperTreeGridGeometry::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 vtkPolyDataAlgorithm.
virtual int vtkHyperTreeGridGeometry::RequestData | ( | vtkInformation * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkHyperTreeGridGeometry::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 vtkPolyDataAlgorithm.
void vtkHyperTreeGridGeometry::ProcessTrees | ( | ) | [protected] |
void vtkHyperTreeGridGeometry::RecursiveProcessTree | ( | void * | ) | [protected] |
void vtkHyperTreeGridGeometry::ProcessLeaf1D | ( | void * | ) | [protected] |
void vtkHyperTreeGridGeometry::ProcessLeaf2D | ( | void * | ) | [protected] |
void vtkHyperTreeGridGeometry::ProcessLeaf3D | ( | void * | ) | [protected] |
void vtkHyperTreeGridGeometry::AddFace | ( | vtkIdType | inId, |
double * | origin, | ||
double * | size, | ||
int | offset, | ||
int | orientation | ||
) | [protected] |
vtkHyperTreeGrid* vtkHyperTreeGridGeometry::Input [protected] |
Definition at line 66 of file vtkHyperTreeGridGeometry.h.
vtkPolyData* vtkHyperTreeGridGeometry::Output [protected] |
Definition at line 67 of file vtkHyperTreeGridGeometry.h.
vtkDataSetAttributes* vtkHyperTreeGridGeometry::InData [protected] |
Definition at line 69 of file vtkHyperTreeGridGeometry.h.
vtkDataSetAttributes* vtkHyperTreeGridGeometry::OutData [protected] |
Definition at line 70 of file vtkHyperTreeGridGeometry.h.
vtkPoints* vtkHyperTreeGridGeometry::Points [protected] |
Definition at line 72 of file vtkHyperTreeGridGeometry.h.
vtkCellArray* vtkHyperTreeGridGeometry::Cells [protected] |
Definition at line 73 of file vtkHyperTreeGridGeometry.h.