vtkQuadratureSchemeDictionaryGenerator Class Reference

#include <vtkQuadratureSchemeDictionaryGenerator.h>

Inheritance diagram for vtkQuadratureSchemeDictionaryGenerator:

Inheritance graph
[legend]
Collaboration diagram for vtkQuadratureSchemeDictionaryGenerator:

Collaboration graph
[legend]

List of all members.


Detailed Description

Given an unstructured grid on its input this filter generates for each data array in point data dictionary (ie an instance of vtkInformationQuadratureSchemeDefinitionVectorKey). This filter has been introduced to facilitate testing of the vtkQuadrature* classes as these cannot operate with the dictionary. This class is for testing and should not be used for application development.

See also:
vtkQuadraturePointInterpolator, vtkQuadraturePointsGenerator, vtkQuadratureSchemeDefinition
Tests:
vtkQuadratureSchemeDictionaryGenerator (Tests)

Definition at line 42 of file vtkQuadratureSchemeDictionaryGenerator.h.


Public Types

typedef vtkDataSetAlgorithm 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
vtkQuadratureSchemeDictionaryGenerator
SafeDownCast (vtkObject *o)
static
vtkQuadratureSchemeDictionaryGenerator
New ()

Protected Member Functions

int FillInputPortInformation (int port, vtkInformation *info)
int FillOutputPortInformation (int port, vtkInformation *info)
int RequestData (vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output)
 vtkQuadratureSchemeDictionaryGenerator ()
virtual ~vtkQuadratureSchemeDictionaryGenerator ()

Member Typedef Documentation

Reimplemented from vtkDataSetAlgorithm.

Definition at line 45 of file vtkQuadratureSchemeDictionaryGenerator.h.


Constructor & Destructor Documentation

vtkQuadratureSchemeDictionaryGenerator::vtkQuadratureSchemeDictionaryGenerator (  )  [protected]

virtual vtkQuadratureSchemeDictionaryGenerator::~vtkQuadratureSchemeDictionaryGenerator (  )  [protected, virtual]


Member Function Documentation

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

Reimplemented from vtkDataSetAlgorithm.

static int vtkQuadratureSchemeDictionaryGenerator::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 vtkQuadratureSchemeDictionaryGenerator::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 vtkQuadratureSchemeDictionaryGenerator* vtkQuadratureSchemeDictionaryGenerator::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkDataSetAlgorithm.

void vtkQuadratureSchemeDictionaryGenerator::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 vtkDataSetAlgorithm.

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

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

Reimplemented from vtkDataSetAlgorithm.

int vtkQuadratureSchemeDictionaryGenerator::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.

int vtkQuadratureSchemeDictionaryGenerator::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.

int vtkQuadratureSchemeDictionaryGenerator::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.


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

Generated on Wed Aug 24 12:01:24 2011 for VTK by  doxygen 1.5.6