VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkHyperTreeGridGeometry Class Reference

Hyper tree grid outer surface. More...

#include <vtkHyperTreeGridGeometry.h>

Inheritance diagram for vtkHyperTreeGridGeometry:
Inheritance graph
[legend]
Collaboration diagram for vtkHyperTreeGridGeometry:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkHyperTreeGridGeometryNewInstance () const
void PrintSelf (ostream &, vtkIndent)

Static Public Member Functions

static vtkHyperTreeGridGeometryNew ()
static int IsTypeOf (const char *type)
static vtkHyperTreeGridGeometrySafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkHyperTreeGridGeometry ()
 ~vtkHyperTreeGridGeometry ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int, vtkInformation *)
void ProcessTrees ()
void RecursiveProcessTree (void *)
void ProcessLeaf1D (void *)
void ProcessLeaf2D (void *)
void ProcessLeaf3D (void *)
void AddFace (vtkIdType inId, double *origin, double *size, int offset, int orientation)

Protected Attributes

vtkHyperTreeGridInput
vtkPolyDataOutput
vtkDataSetAttributesInData
vtkDataSetAttributesOutData
vtkPointsPoints
vtkCellArrayCells

Detailed Description

Hyper tree grid outer surface.

See also:
vtkHyperTreeGrid
Thanks:
This class was written by Philippe Pebay, Joachim Pouderoux and Charles Law, Kitware 2013 This work was supported in part by Commissariat a l'Energie Atomique (CEA/DIF)
Examples:
vtkHyperTreeGridGeometry (Examples)
Tests:
vtkHyperTreeGridGeometry (Tests)

Definition at line 44 of file vtkHyperTreeGridGeometry.h.


Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 48 of file vtkHyperTreeGridGeometry.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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::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]

Member Data Documentation

Definition at line 66 of file vtkHyperTreeGridGeometry.h.

Definition at line 67 of file vtkHyperTreeGridGeometry.h.

Definition at line 69 of file vtkHyperTreeGridGeometry.h.

Definition at line 70 of file vtkHyperTreeGridGeometry.h.

Definition at line 72 of file vtkHyperTreeGridGeometry.h.

Definition at line 73 of file vtkHyperTreeGridGeometry.h.


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