#include <vtkHierarchicalDataExtractDataSets.h>
Legacy class. Use vtkExtractDataSets instead.
Definition at line 33 of file vtkHierarchicalDataExtractDataSets.h.
Public Types | |
typedef vtkExtractDataSets | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkHierarchicalDataExtractDataSets * | SafeDownCast (vtkObject *o) |
static vtkHierarchicalDataExtractDataSets * | New () |
Protected Member Functions | |
vtkHierarchicalDataExtractDataSets () | |
~vtkHierarchicalDataExtractDataSets () |
Reimplemented from vtkExtractDataSets.
Definition at line 37 of file vtkHierarchicalDataExtractDataSets.h.
vtkHierarchicalDataExtractDataSets::vtkHierarchicalDataExtractDataSets | ( | ) | [protected] |
vtkHierarchicalDataExtractDataSets::~vtkHierarchicalDataExtractDataSets | ( | ) | [protected] |
virtual const char* vtkHierarchicalDataExtractDataSets::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkExtractDataSets.
static int vtkHierarchicalDataExtractDataSets::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 vtkExtractDataSets.
virtual int vtkHierarchicalDataExtractDataSets::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 vtkExtractDataSets.
static vtkHierarchicalDataExtractDataSets* vtkHierarchicalDataExtractDataSets::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkExtractDataSets.
void vtkHierarchicalDataExtractDataSets::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 vtkExtractDataSets.
static vtkHierarchicalDataExtractDataSets* vtkHierarchicalDataExtractDataSets::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkExtractDataSets.