#include <vtkHyperOctreeSurfaceFilter.h>
vtkHyperOctreeSurfaceFilter extracts the surface of an hyperoctree.
Definition at line 36 of file vtkHyperOctreeSurfaceFilter.h.
Reimplemented from vtkPolyDataAlgorithm.
Definition at line 40 of file vtkHyperOctreeSurfaceFilter.h.
vtkHyperOctreeSurfaceFilter::vtkHyperOctreeSurfaceFilter | ( | ) | [protected] |
vtkHyperOctreeSurfaceFilter::~vtkHyperOctreeSurfaceFilter | ( | ) | [protected] |
static vtkHyperOctreeSurfaceFilter* vtkHyperOctreeSurfaceFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataAlgorithm.
virtual const char* vtkHyperOctreeSurfaceFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPolyDataAlgorithm.
static int vtkHyperOctreeSurfaceFilter::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 vtkPolyDataAlgorithm.
virtual int vtkHyperOctreeSurfaceFilter::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 vtkPolyDataAlgorithm.
static vtkHyperOctreeSurfaceFilter* vtkHyperOctreeSurfaceFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
void vtkHyperOctreeSurfaceFilter::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 void vtkHyperOctreeSurfaceFilter::SetMerging | ( | int | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
virtual int vtkHyperOctreeSurfaceFilter::GetMerging | ( | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
virtual void vtkHyperOctreeSurfaceFilter::MergingOn | ( | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
virtual void vtkHyperOctreeSurfaceFilter::MergingOff | ( | ) | [virtual] |
Turn on/off merging of coincident points. Note that is merging is on, points with different point attributes (e.g., normals) are merged, which may cause rendering artifacts.
void vtkHyperOctreeSurfaceFilter::SetLocator | ( | vtkPointLocator * | locator | ) |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
virtual vtkPointLocator* vtkHyperOctreeSurfaceFilter::GetLocator | ( | ) | [virtual] |
Set / get a spatial locator for merging points. By default an instance of vtkMergePoints is used.
unsigned long vtkHyperOctreeSurfaceFilter::GetMTime | ( | ) | [virtual] |
Return the MTime also considering the locator.
Reimplemented from vtkObject.
virtual void vtkHyperOctreeSurfaceFilter::SetPassThroughCellIds | ( | int | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual int vtkHyperOctreeSurfaceFilter::GetPassThroughCellIds | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual void vtkHyperOctreeSurfaceFilter::PassThroughCellIdsOn | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual void vtkHyperOctreeSurfaceFilter::PassThroughCellIdsOff | ( | ) | [virtual] |
If on, the output polygonal dataset will have a celldata array that holds the cell index of the original 3D cell that produced each output cell. This is useful for cell picking. The default is off to conserve memory.
virtual int vtkHyperOctreeSurfaceFilter::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 vtkHyperOctreeSurfaceFilter::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 vtkHyperOctreeSurfaceFilter::GenerateLines | ( | double | bounds[2], | |
vtkIdType | ptIds[2] | |||
) | [protected] |
void vtkHyperOctreeSurfaceFilter::GenerateQuads | ( | double | bounds[4], | |
vtkIdType | ptIds[4] | |||
) | [protected] |
void vtkHyperOctreeSurfaceFilter::GenerateFaces | ( | double | bounds[6], | |
vtkIdType | ptIds[8], | |||
int | onFace[6] | |||
) | [protected] |
void vtkHyperOctreeSurfaceFilter::CreateDefaultLocator | ( | ) | [protected] |
Create default locator. Used to create one when none is specified.
void vtkHyperOctreeSurfaceFilter::RecordOrigCellId | ( | vtkIdType | destIndex, | |
vtkIdType | originalId | |||
) | [protected] |
int vtkHyperOctreeSurfaceFilter::Merging [protected] |
Definition at line 90 of file vtkHyperOctreeSurfaceFilter.h.
vtkPointLocator* vtkHyperOctreeSurfaceFilter::Locator [protected] |
Definition at line 91 of file vtkHyperOctreeSurfaceFilter.h.
vtkDataSetAttributes* vtkHyperOctreeSurfaceFilter::InputCD [protected] |
Definition at line 95 of file vtkHyperOctreeSurfaceFilter.h.
vtkHyperOctreeCursor* vtkHyperOctreeSurfaceFilter::Cursor [protected] |
Definition at line 97 of file vtkHyperOctreeSurfaceFilter.h.
vtkPoints* vtkHyperOctreeSurfaceFilter::OutPts [protected] |
Definition at line 98 of file vtkHyperOctreeSurfaceFilter.h.
vtkCellArray* vtkHyperOctreeSurfaceFilter::OutCells [protected] |
Definition at line 99 of file vtkHyperOctreeSurfaceFilter.h.
vtkCellData* vtkHyperOctreeSurfaceFilter::OutputCD [protected] |
Definition at line 100 of file vtkHyperOctreeSurfaceFilter.h.
int vtkHyperOctreeSurfaceFilter::PassThroughCellIds [protected] |
Definition at line 102 of file vtkHyperOctreeSurfaceFilter.h.
Definition at line 104 of file vtkHyperOctreeSurfaceFilter.h.