vtkExtractDataSets Class Reference

#include <vtkExtractDataSets.h>

Inheritance diagram for vtkExtractDataSets:

Inheritance graph
[legend]
Collaboration diagram for vtkExtractDataSets:

Collaboration graph
[legend]

List of all members.


Detailed Description

extracts a number of datasets.

vtkExtractDataSets accepts a vtkHierarchicalBoxDataSet as input and extracts different datasets from different levels. The output is vtkHierarchicalBoxDataSet with same structure as the input with only the selected datasets passed through.

Definition at line 29 of file vtkExtractDataSets.h.


Public Types

typedef
vtkHierarchicalBoxDataSetAlgorithm 
Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
void AddDataSet (unsigned int level, unsigned int idx)
void ClearDataSetList ()

Static Public Member Functions

static vtkExtractDataSetsNew ()
static int IsTypeOf (const char *type)
static vtkExtractDataSetsSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkExtractDataSets ()
 ~vtkExtractDataSets ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Member Typedef Documentation

Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets.

Definition at line 33 of file vtkExtractDataSets.h.


Constructor & Destructor Documentation

vtkExtractDataSets::vtkExtractDataSets (  )  [protected]

vtkExtractDataSets::~vtkExtractDataSets (  )  [protected]


Member Function Documentation

static vtkExtractDataSets* vtkExtractDataSets::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets.

virtual const char* vtkExtractDataSets::GetClassName (  )  [virtual]

static int vtkExtractDataSets::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 vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets.

virtual int vtkExtractDataSets::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 vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets.

static vtkExtractDataSets* vtkExtractDataSets::SafeDownCast ( vtkObject o  )  [static]

void vtkExtractDataSets::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 vtkHierarchicalBoxDataSetAlgorithm.

Reimplemented in vtkHierarchicalDataExtractDataSets.

void vtkExtractDataSets::AddDataSet ( unsigned int  level,
unsigned int  idx 
)

Add a dataset to be extracted.

void vtkExtractDataSets::ClearDataSetList (  ) 

Remove all entries from the list of datasets to be extracted.

virtual int vtkExtractDataSets::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkHierarchicalBoxDataSetAlgorithm.


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

Generated on Mon Sep 27 18:23:38 2010 for VTK by  doxygen 1.5.6