#include <vtkHierarchicalBoxSource.h>
Inheritance diagram for vtkHierarchicalBoxSource:
vtkHierarchicalBoxSource is an abstract class whose subclasses generate hierarchical box data.
Definition at line 40 of file vtkHierarchicalBoxSource.h.
Public Types | |
typedef vtkSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkHierarchicalBoxDataSet * | GetOutput () |
vtkHierarchicalBoxDataSet * | GetOutput (int idx) |
void | SetOutput (vtkHierarchicalBoxDataSet *output) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkHierarchicalBoxSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkHierarchicalBoxSource () | |
~vtkHierarchicalBoxSource () | |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
|
Reimplemented from vtkSource. Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData. Definition at line 43 of file vtkHierarchicalBoxSource.h. |
|
|
|
Definition at line 55 of file vtkHierarchicalBoxSource.h. |
|
Reimplemented from vtkSource. Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData. |
|
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 vtkSource. Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData. |
|
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 vtkSource. Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData. |
|
Reimplemented from vtkSource. Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData. |
|
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 vtkSource. Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData. |
|
Get the output of this source. |
|
Get the output of this source. Reimplemented from vtkSource. |
|
Get the output of this source. |
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses. Reimplemented from vtkSource. |