Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkHierarchicalBoxSource Class Reference

#include <vtkHierarchicalBoxSource.h>

Inheritance diagram for vtkHierarchicalBoxSource:

Inheritance graph
[legend]
Collaboration diagram for vtkHierarchicalBoxSource:

Collaboration graph
[legend]
List of all members.

Detailed Description

abstract class whose subclasses generate hierarchical box data

vtkHierarchicalBoxSource is an abstract class whose subclasses generate hierarchical box data.

Created by:
  • Geveci, Berk
CVS contributions (if > 5%):
  • Geveci, Berk (88%)
  • King, Brad (11%)
CVS logs (CVSweb):
  • .h (/Filtering/vtkHierarchicalBoxSource.h)
  • .cxx (/Filtering/vtkHierarchicalBoxSource.cxx)

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)
vtkHierarchicalBoxDataSetGetOutput ()
vtkHierarchicalBoxDataSetGetOutput (int idx)
void SetOutput (vtkHierarchicalBoxDataSet *output)

Static Public Member Functions

int IsTypeOf (const char *type)
vtkHierarchicalBoxSourceSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkHierarchicalBoxSource ()
 ~vtkHierarchicalBoxSource ()
void ComputeInputUpdateExtents (vtkDataObject *output)


Member Typedef Documentation

typedef vtkSource vtkHierarchicalBoxSource::Superclass
 

Reimplemented from vtkSource.

Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData.

Definition at line 43 of file vtkHierarchicalBoxSource.h.


Constructor & Destructor Documentation

vtkHierarchicalBoxSource::vtkHierarchicalBoxSource  )  [protected]
 

vtkHierarchicalBoxSource::~vtkHierarchicalBoxSource  )  [inline, protected]
 

Definition at line 55 of file vtkHierarchicalBoxSource.h.


Member Function Documentation

virtual const char* vtkHierarchicalBoxSource::GetClassName  )  [virtual]
 

Reimplemented from vtkSource.

Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData.

int vtkHierarchicalBoxSource::IsTypeOf const char *  type  )  [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 vtkSource.

Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData.

virtual int vtkHierarchicalBoxSource::IsA const char *  type  )  [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 vtkSource.

Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData.

vtkHierarchicalBoxSource* vtkHierarchicalBoxSource::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkSource.

Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData.

void vtkHierarchicalBoxSource::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 vtkSource.

Reimplemented in vtkHierarchicalBoxToHierarchicalBoxFilter, and vtkHierarchicalBoxCellDataToPointData.

vtkHierarchicalBoxDataSet* vtkHierarchicalBoxSource::GetOutput  ) 
 

Get the output of this source.

vtkHierarchicalBoxDataSet* vtkHierarchicalBoxSource::GetOutput int  idx  ) 
 

Get the output of this source.

Reimplemented from vtkSource.

void vtkHierarchicalBoxSource::SetOutput vtkHierarchicalBoxDataSet output  ) 
 

Get the output of this source.

void vtkHierarchicalBoxSource::ComputeInputUpdateExtents vtkDataObject output  )  [protected, virtual]
 

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.


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