VTK
|
Limit the tree's depth, averaging data from lower level branches into the new leaves at the cut points. More...
#include <vtkHyperOctreeLimiter.h>
Limit the tree's depth, averaging data from lower level branches into the new leaves at the cut points.
This filter returns a lower resolution copy of its input vtkHyperOctree. It does a length/area/volume weighted averaging to obtain data at each cut point. Above the cut level, leaf attribute data is simply copied.
Definition at line 36 of file vtkHyperOctreeLimiter.h.
Reimplemented from vtkDataSetAlgorithm.
Definition at line 40 of file vtkHyperOctreeLimiter.h.
vtkHyperOctreeLimiter::vtkHyperOctreeLimiter | ( | ) | [protected] |
vtkHyperOctreeLimiter::~vtkHyperOctreeLimiter | ( | ) | [protected] |
static vtkHyperOctreeLimiter* vtkHyperOctreeLimiter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataSetAlgorithm.
static int vtkHyperOctreeLimiter::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 vtkDataSetAlgorithm.
virtual int vtkHyperOctreeLimiter::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 vtkDataSetAlgorithm.
static vtkHyperOctreeLimiter* vtkHyperOctreeLimiter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
virtual vtkObjectBase* vtkHyperOctreeLimiter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataSetAlgorithm.
Reimplemented from vtkDataSetAlgorithm.
Return the maximum number of levels of the hyperoctree.
void vtkHyperOctreeLimiter::SetMaximumLevel | ( | int | levels | ) |
Set the maximum number of levels of the hyperoctree.
virtual int vtkHyperOctreeLimiter::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.
Reimplemented from vtkDataSetAlgorithm.
virtual int vtkHyperOctreeLimiter::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 vtkDataSetAlgorithm.
virtual int vtkHyperOctreeLimiter::FillOutputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkDataSetAlgorithm.
void vtkHyperOctreeLimiter::BuildNextCell | ( | vtkHyperOctreeCursor * | , |
vtkHyperOctreeCursor * | , | ||
int | |||
) | [protected] |
void vtkHyperOctreeLimiter::AddInteriorAttributes | ( | vtkHyperOctreeCursor * | , |
int | |||
) | [protected] |
double vtkHyperOctreeLimiter::MeasureCell | ( | int | ) | [protected] |
vtkHyperOctree* vtkHyperOctreeLimiter::Input [protected] |
Definition at line 56 of file vtkHyperOctreeLimiter.h.
vtkHyperOctree* vtkHyperOctreeLimiter::Output [protected] |
Definition at line 57 of file vtkHyperOctreeLimiter.h.
int vtkHyperOctreeLimiter::MaximumLevel [protected] |
Definition at line 64 of file vtkHyperOctreeLimiter.h.
double vtkHyperOctreeLimiter::TopSize [protected] |
Definition at line 65 of file vtkHyperOctreeLimiter.h.
int vtkHyperOctreeLimiter::Dimension [protected] |
Definition at line 66 of file vtkHyperOctreeLimiter.h.
int vtkHyperOctreeLimiter::NumChildren [protected] |
Definition at line 67 of file vtkHyperOctreeLimiter.h.
double vtkHyperOctreeLimiter::SizeAtPrunePoint [protected] |
Definition at line 68 of file vtkHyperOctreeLimiter.h.
double* vtkHyperOctreeLimiter::AccumScratch [protected] |
Definition at line 70 of file vtkHyperOctreeLimiter.h.
int vtkHyperOctreeLimiter::AccumSize [protected] |
Definition at line 71 of file vtkHyperOctreeLimiter.h.