vtkHyperOctreeSurfaceFilter Class Reference

#include <vtkHyperOctreeSurfaceFilter.h>

Inheritance diagram for vtkHyperOctreeSurfaceFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkHyperOctreeSurfaceFilter:

Collaboration graph
[legend]

List of all members.


Detailed Description

Extracts outer (polygonal) surface.

vtkHyperOctreeSurfaceFilter extracts the surface of an hyperoctree.

See also:
vtkGeometryFilter vtkStructuredGridGeometryFilter.
Tests:
vtkHyperOctreeSurfaceFilter (Tests)

Definition at line 36 of file vtkHyperOctreeSurfaceFilter.h.


Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
unsigned long GetMTime ()
virtual void SetMerging (int)
virtual int GetMerging ()
virtual void MergingOn ()
virtual void MergingOff ()
void SetLocator (vtkPointLocator *locator)
virtual vtkPointLocatorGetLocator ()
virtual void SetPassThroughCellIds (int)
virtual int GetPassThroughCellIds ()
virtual void PassThroughCellIdsOn ()
virtual void PassThroughCellIdsOff ()

Static Public Member Functions

static
vtkHyperOctreeSurfaceFilter
New ()
static int IsTypeOf (const char *type)
static
vtkHyperOctreeSurfaceFilter
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkHyperOctreeSurfaceFilter ()
 ~vtkHyperOctreeSurfaceFilter ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)
void GenerateLines (double bounds[2], vtkIdType ptIds[2])
void GenerateQuads (double bounds[4], vtkIdType ptIds[4])
void GenerateFaces (double bounds[6], vtkIdType ptIds[8], int onFace[6])
void CreateDefaultLocator ()
void RecordOrigCellId (vtkIdType destIndex, vtkIdType originalId)

Protected Attributes

int Merging
vtkPointLocatorLocator
vtkDataSetAttributesInputCD
vtkHyperOctreeCursorCursor
vtkPointsOutPts
vtkCellArrayOutCells
vtkCellDataOutputCD
int PassThroughCellIds
vtkIdTypeArrayOriginalCellIds

Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 40 of file vtkHyperOctreeSurfaceFilter.h.


Constructor & Destructor Documentation

vtkHyperOctreeSurfaceFilter::vtkHyperOctreeSurfaceFilter (  )  [protected]

vtkHyperOctreeSurfaceFilter::~vtkHyperOctreeSurfaceFilter (  )  [protected]


Member Function Documentation

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]


Member Data Documentation

Definition at line 90 of file vtkHyperOctreeSurfaceFilter.h.

Definition at line 91 of file vtkHyperOctreeSurfaceFilter.h.

Definition at line 95 of file vtkHyperOctreeSurfaceFilter.h.

Definition at line 97 of file vtkHyperOctreeSurfaceFilter.h.

Definition at line 98 of file vtkHyperOctreeSurfaceFilter.h.

Definition at line 99 of file vtkHyperOctreeSurfaceFilter.h.

Definition at line 100 of file vtkHyperOctreeSurfaceFilter.h.

Definition at line 102 of file vtkHyperOctreeSurfaceFilter.h.

Definition at line 104 of file vtkHyperOctreeSurfaceFilter.h.


The documentation for this class was generated from the following file:

Generated on Sat Dec 27 13:28:33 2008 for VTK by  doxygen 1.5.6