VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkDataObjectToDataSetFilter Class Reference

map field data to concrete dataset More...

#include <vtkDataObjectToDataSetFilter.h>

Inheritance diagram for vtkDataObjectToDataSetFilter:
[legend]
Collaboration diagram for vtkDataObjectToDataSetFilter:
[legend]

Public Types

typedef vtkDataSetAlgorithm Superclass
 
- Public Types inherited from vtkDataSetAlgorithm
typedef vtkAlgorithm Superclass
 
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
 
enum  DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION }
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkDataObjectToDataSetFilterNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
vtkDataObjectGetInput ()
 
void SetDataSetType (int)
 
virtual int GetDataSetType ()
 
void SetDataSetTypeToPolyData ()
 
void SetDataSetTypeToStructuredPoints ()
 
void SetDataSetTypeToStructuredGrid ()
 
void SetDataSetTypeToRectilinearGrid ()
 
void SetDataSetTypeToUnstructuredGrid ()
 
vtkDataSetGetOutput ()
 
vtkDataSetGetOutput (int idx)
 
vtkPolyDataGetPolyDataOutput ()
 
vtkStructuredPointsGetStructuredPointsOutput ()
 
vtkStructuredGridGetStructuredGridOutput ()
 
vtkUnstructuredGridGetUnstructuredGridOutput ()
 
vtkRectilinearGridGetRectilinearGridOutput ()
 
void SetPointComponent (int comp, char *arrayName, int arrayComp, int min, int max, int normalize)
 
void SetPointComponent (int comp, char *arrayName, int arrayComp)
 
const char * GetPointComponentArrayName (int comp)
 
int GetPointComponentArrayComponent (int comp)
 
int GetPointComponentMinRange (int comp)
 
int GetPointComponentMaxRange (int comp)
 
int GetPointComponentNormailzeFlag (int comp)
 
void SetVertsComponent (char *arrayName, int arrayComp, int min, int max)
 
void SetVertsComponent (char *arrayName, int arrayComp)
 
const char * GetVertsComponentArrayName ()
 
int GetVertsComponentArrayComponent ()
 
int GetVertsComponentMinRange ()
 
int GetVertsComponentMaxRange ()
 
void SetLinesComponent (char *arrayName, int arrayComp, int min, int max)
 
void SetLinesComponent (char *arrayName, int arrayComp)
 
const char * GetLinesComponentArrayName ()
 
int GetLinesComponentArrayComponent ()
 
int GetLinesComponentMinRange ()
 
int GetLinesComponentMaxRange ()
 
void SetPolysComponent (char *arrayName, int arrayComp, int min, int max)
 
void SetPolysComponent (char *arrayName, int arrayComp)
 
const char * GetPolysComponentArrayName ()
 
int GetPolysComponentArrayComponent ()
 
int GetPolysComponentMinRange ()
 
int GetPolysComponentMaxRange ()
 
void SetStripsComponent (char *arrayName, int arrayComp, int min, int max)
 
void SetStripsComponent (char *arrayName, int arrayComp)
 
const char * GetStripsComponentArrayName ()
 
int GetStripsComponentArrayComponent ()
 
int GetStripsComponentMinRange ()
 
int GetStripsComponentMaxRange ()
 
void SetCellTypeComponent (char *arrayName, int arrayComp, int min, int max)
 
void SetCellTypeComponent (char *arrayName, int arrayComp)
 
const char * GetCellTypeComponentArrayName ()
 
int GetCellTypeComponentArrayComponent ()
 
int GetCellTypeComponentMinRange ()
 
int GetCellTypeComponentMaxRange ()
 
void SetCellConnectivityComponent (char *arrayName, int arrayComp, int min, int max)
 
void SetCellConnectivityComponent (char *arrayName, int arrayComp)
 
const char * GetCellConnectivityComponentArrayName ()
 
int GetCellConnectivityComponentArrayComponent ()
 
int GetCellConnectivityComponentMinRange ()
 
int GetCellConnectivityComponentMaxRange ()
 
virtual void SetDefaultNormalize (int)
 
virtual int GetDefaultNormalize ()
 
virtual void DefaultNormalizeOn ()
 
virtual void DefaultNormalizeOff ()
 
virtual void SetDimensions (int, int, int)
 
virtual void SetDimensions (int[3])
 
virtual intGetDimensions ()
 
virtual void GetDimensions (int data[3])
 
virtual void SetOrigin (double, double, double)
 
virtual void SetOrigin (double[3])
 
virtual doubleGetOrigin ()
 
virtual void GetOrigin (double data[3])
 
virtual void SetSpacing (double, double, double)
 
virtual void SetSpacing (double[3])
 
virtual doubleGetSpacing ()
 
virtual void GetSpacing (double data[3])
 
void SetDimensionsComponent (char *arrayName, int arrayComp, int min, int max)
 
void SetDimensionsComponent (char *arrayName, int arrayComp)
 
void SetSpacingComponent (char *arrayName, int arrayComp, int min, int max)
 
void SetSpacingComponent (char *arrayName, int arrayComp)
 
void SetOriginComponent (char *arrayName, int arrayComp, int min, int max)
 
void SetOriginComponent (char *arrayName, int arrayComp)
 
- Public Member Functions inherited from vtkDataSetAlgorithm
vtkDataSetAlgorithmNewInstance () const
 
vtkDataObjectGetInput ()
 
vtkPolyDataGetPolyDataOutput ()
 
vtkStructuredPointsGetStructuredPointsOutput ()
 
vtkImageDataGetImageDataOutput ()
 
vtkStructuredGridGetStructuredGridOutput ()
 
vtkUnstructuredGridGetUnstructuredGridOutput ()
 
vtkRectilinearGridGetRectilinearGridOutput ()
 
vtkDataSetGetOutput ()
 
vtkDataSetGetOutput (int)
 
void SetInputData (vtkDataObject *)
 
void SetInputData (int, vtkDataObject *)
 
void SetInputData (vtkDataSet *)
 
void SetInputData (int, vtkDataSet *)
 
void AddInputData (vtkDataObject *)
 
void AddInputData (vtkDataSet *)
 
void AddInputData (int, vtkDataSet *)
 
void AddInputData (int, vtkDataObject *)
 
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
- Public Member Functions inherited from vtkAlgorithm
vtkAlgorithmNewInstance () const
 
int HasExecutive ()
 
vtkExecutiveGetExecutive ()
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual int ModifyRequest (vtkInformation *request, int when)
 
vtkInformationGetInputPortInformation (int port)
 
vtkInformationGetOutputPortInformation (int port)
 
int GetNumberOfInputPorts ()
 
int GetNumberOfOutputPorts ()
 
void UpdateProgress (double amount)
 
vtkInformationGetInputArrayInformation (int idx)
 
void RemoveAllInputs ()
 
vtkDataObjectGetOutputDataObject (int port)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, int idx)
 
virtual void RemoveAllInputConnections (int port)
 
int GetNumberOfInputConnections (int port)
 
int GetTotalNumberOfInputConnections ()
 
vtkAlgorithmOutputGetInputConnection (int port, int index)
 
vtkAlgorithmGetInputAlgorithm (int port, int index, int &algPort)
 
vtkAlgorithmGetInputAlgorithm (int port, int index)
 
vtkExecutiveGetInputExecutive (int port, int index)
 
vtkInformationGetInputInformation (int port, int index)
 
vtkInformationGetOutputInformation (int port)
 
virtual void UpdateInformation ()
 
virtual void UpdateDataObject ()
 
virtual void PropagateUpdateExtent ()
 
virtual void UpdateWholeExtent ()
 
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
 
int SetUpdateExtentToWholeExtent (int port)
 
int SetUpdateExtentToWholeExtent ()
 
void SetUpdateExtent (int port, int extent[6])
 
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
 
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
 
virtual vtkInformationGetInformation ()
 
virtual void SetInformation (vtkInformation *)
 
virtual void Register (vtkObjectBase *o)
 
virtual void UnRegister (vtkObjectBase *o)
 
virtual void SetAbortExecute (int)
 
virtual int GetAbortExecute ()
 
virtual void AbortExecuteOn ()
 
virtual void AbortExecuteOff ()
 
virtual void SetProgress (double)
 
virtual double GetProgress ()
 
void SetProgressText (const char *ptext)
 
virtual char * GetProgressText ()
 
virtual unsigned long GetErrorCode ()
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
 
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
 
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
 
vtkDataObjectGetInputDataObject (int port, int connection)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputDataObject (int port, vtkDataObject *data)
 
virtual void SetInputDataObject (vtkDataObject *data)
 
virtual void AddInputDataObject (int port, vtkDataObject *data)
 
virtual void AddInputDataObject (vtkDataObject *data)
 
vtkAlgorithmOutputGetOutputPort (int index)
 
vtkAlgorithmOutputGetOutputPort ()
 
vtkAlgorithmGetInputAlgorithm ()
 
vtkExecutiveGetInputExecutive ()
 
vtkInformationGetInputInformation ()
 
virtual void Update (int port)
 
virtual void Update ()
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output)
 
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
 
void SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int piece, int numPieces, int ghostLevel)
 
void SetUpdateExtent (int extent[6])
 
intGetUpdateExtent ()
 
intGetUpdateExtent (int port)
 
void GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1)
 
void GetUpdateExtent (int extent[6])
 
void GetUpdateExtent (int port, int extent[6])
 
int GetUpdatePiece ()
 
int GetUpdatePiece (int port)
 
int GetUpdateNumberOfPieces ()
 
int GetUpdateNumberOfPieces (int port)
 
int GetUpdateGhostLevel ()
 
int GetUpdateGhostLevel (int port)
 
void SetProgressObserver (vtkProgressObserver *)
 
virtual vtkProgressObserverGetProgressObserver ()
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool debugFlag)
 
virtual void Modified ()
 
virtual unsigned long GetMTime ()
 
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
 
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
 
vtkCommandGetCommand (unsigned long tag)
 
void RemoveObserver (vtkCommand *)
 
void RemoveObservers (unsigned long event, vtkCommand *)
 
void RemoveObservers (const char *event, vtkCommand *)
 
int HasObserver (unsigned long event, vtkCommand *)
 
int HasObserver (const char *event, vtkCommand *)
 
void RemoveObserver (unsigned long tag)
 
void RemoveObservers (unsigned long event)
 
void RemoveObservers (const char *event)
 
void RemoveAllObservers ()
 
int HasObserver (unsigned long event)
 
int HasObserver (const char *event)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
 
int InvokeEvent (unsigned long event, void *callData)
 
int InvokeEvent (const char *event, void *callData)
 
int InvokeEvent (unsigned long event)
 
int InvokeEvent (const char *event)
 
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
 
virtual void Delete ()
 
virtual void FastDelete ()
 
void Print (ostream &os)
 
void SetReferenceCount (int)
 
void PrintRevisions (ostream &)
 
virtual void PrintHeader (ostream &os, vtkIndent indent)
 
virtual void PrintTrailer (ostream &os, vtkIndent indent)
 
int GetReferenceCount ()
 

Static Public Member Functions

static vtkDataObjectToDataSetFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkDataObjectToDataSetFilterSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkDataSetAlgorithm
static vtkDataSetAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkDataSetAlgorithmSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkAlgorithm
static vtkAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAlgorithmSafeDownCast (vtkObjectBase *o)
 
static vtkInformationIntegerKeyINPUT_IS_OPTIONAL ()
 
static vtkInformationIntegerKeyINPUT_IS_REPEATABLE ()
 
static vtkInformationInformationVectorKeyINPUT_REQUIRED_FIELDS ()
 
static vtkInformationStringVectorKeyINPUT_REQUIRED_DATA_TYPE ()
 
static vtkInformationInformationVectorKeyINPUT_ARRAYS_TO_PROCESS ()
 
static vtkInformationIntegerKeyINPUT_PORT ()
 
static vtkInformationIntegerKeyINPUT_CONNECTION ()
 
static vtkInformationIntegerKeyCAN_PRODUCE_SUB_EXTENT ()
 
static vtkInformationIntegerKeyCAN_HANDLE_PIECE_REQUEST ()
 
static void SetDefaultExecutivePrototype (vtkExecutive *proto)
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkDataObjectToDataSetFilter ()
 
 ~vtkDataObjectToDataSetFilter ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
void SetArrayName (char *&name, char *newName)
 
vtkIdType ConstructPoints (vtkDataObject *input, vtkPointSet *ps)
 
vtkIdType ConstructPoints (vtkDataObject *input, vtkRectilinearGrid *rg)
 
int ConstructCells (vtkDataObject *input, vtkPolyData *pd)
 
int ConstructCells (vtkDataObject *input, vtkUnstructuredGrid *ug)
 
vtkCellArrayConstructCellArray (vtkDataArray *da, int comp, vtkIdType compRange[2])
 
void ConstructDimensions (vtkDataObject *input)
 
void ConstructSpacing (vtkDataObject *input)
 
void ConstructOrigin (vtkDataObject *input)
 
- Protected Member Functions inherited from vtkDataSetAlgorithm
 vtkDataSetAlgorithm ()
 
 ~vtkDataSetAlgorithm ()
 
virtual int FillOutputPortInformation (int port, vtkInformation *info)
 
vtkDataObjectGetInput (int port)
 
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 
 ~vtkAlgorithm ()
 
virtual void SetNumberOfInputPorts (int n)
 
virtual void SetNumberOfOutputPorts (int n)
 
int InputPortIndexInRange (int index, const char *action)
 
int OutputPortIndexInRange (int index, const char *action)
 
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
 
virtual vtkExecutiveCreateDefaultExecutive ()
 
virtual void ReportReferences (vtkGarbageCollector *)
 
virtual void SetNumberOfInputConnections (int port, int n)
 
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
 
int GetInputArrayAssociation (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
 
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
 
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
 
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
void SetInputDataInternal (int port, vtkDataObject *input)
 
void AddInputDataInternal (int port, vtkDataObject *input)
 
virtual void SetErrorCode (unsigned long)
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Protected Attributes

char Updating
 
int DataSetType
 
char * PointArrays [3]
 
int PointArrayComponents [3]
 
vtkIdType PointComponentRange [3][2]
 
int PointNormalize [3]
 
char * VertsArray
 
int VertsArrayComponent
 
vtkIdType VertsComponentRange [2]
 
char * LinesArray
 
int LinesArrayComponent
 
vtkIdType LinesComponentRange [2]
 
char * PolysArray
 
int PolysArrayComponent
 
vtkIdType PolysComponentRange [2]
 
char * StripsArray
 
int StripsArrayComponent
 
vtkIdType StripsComponentRange [2]
 
char * CellTypeArray
 
int CellTypeArrayComponent
 
vtkIdType CellTypeComponentRange [2]
 
char * CellConnectivityArray
 
int CellConnectivityArrayComponent
 
vtkIdType CellConnectivityComponentRange [2]
 
int DefaultNormalize
 
int Dimensions [3]
 
double Origin [3]
 
double Spacing [3]
 
char * DimensionsArray
 
int DimensionsArrayComponent
 
vtkIdType DimensionsComponentRange [2]
 
char * OriginArray
 
int OriginArrayComponent
 
vtkIdType OriginComponentRange [2]
 
char * SpacingArray
 
int SpacingArrayComponent
 
vtkIdType SpacingComponentRange [2]
 
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
 
double Progress
 
char * ProgressText
 
vtkProgressObserverProgressObserver
 
unsigned long ErrorCode
 
- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
 
- Static Protected Member Functions inherited from vtkAlgorithm
static vtkInformationIntegerKeyPORT_REQUIREMENTS_FILLED ()
 
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
 

Detailed Description

map field data to concrete dataset

vtkDataObjectToDataSetFilter is an class that maps a data object (i.e., a field) into a concrete dataset, i.e., gives structure to the field by defining a geometry and topology.

To use this filter you associate components in the input field data with portions of the output dataset. (A component is an array of values from the field.) For example, you would specify x-y-z points by assigning components from the field for the x, then y, then z values of the points. You may also have to specify component ranges (for each z-y-z) to make sure that the number of x, y, and z values is the same. Also, you may want to normalize the components which helps distribute the data uniformly. Once you've setup the filter to combine all the pieces of data into a specified dataset (the geometry, topology, point and cell data attributes), the various output methods (e.g., GetPolyData()) are used to retrieve the final product.

This filter is often used in conjunction with vtkFieldDataToAttributeDataFilter. vtkFieldDataToAttributeDataFilter takes field data and transforms it into attribute data (e.g., point and cell data attributes such as scalars and vectors). To do this, use this filter which constructs a concrete dataset and passes the input data object field data to its output. and then use vtkFieldDataToAttributeDataFilter to generate the attribute data associated with the dataset.

Warning
Make sure that the data you extract is consistent. That is, if you have N points, extract N x, y, and z components. Also, all the information necessary to define a dataset must be given. For example, vtkPolyData requires points at a minimum; vtkStructuredPoints requires setting the dimensions; vtkStructuredGrid requires defining points and dimensions; vtkUnstructuredGrid requires setting points; and vtkRectilinearGrid requires that you define the x, y, and z-coordinate arrays (by specifying points) as well as the dimensions.
If you wish to create a dataset of just points (i.e., unstructured points dataset), create vtkPolyData consisting of points. There will be no cells in such a dataset.
See also
vtkDataObject vtkFieldData vtkDataSet vtkPolyData vtkStructuredPoints vtkStructuredGrid vtkUnstructuredGrid vtkRectilinearGrid vtkDataSetAttributes vtkDataArray
Examples:
vtkDataObjectToDataSetFilter (Examples)
Tests:
vtkDataObjectToDataSetFilter (Tests)

Definition at line 86 of file vtkDataObjectToDataSetFilter.h.

Member Typedef Documentation

Definition at line 90 of file vtkDataObjectToDataSetFilter.h.

Constructor & Destructor Documentation

vtkDataObjectToDataSetFilter::vtkDataObjectToDataSetFilter ( )
protected
vtkDataObjectToDataSetFilter::~vtkDataObjectToDataSetFilter ( )
protected

Member Function Documentation

static vtkDataObjectToDataSetFilter* vtkDataObjectToDataSetFilter::New ( )
static
static int vtkDataObjectToDataSetFilter::IsTypeOf ( const char *  type)
static
virtual int vtkDataObjectToDataSetFilter::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 vtkDataObjectToDataSetFilter* vtkDataObjectToDataSetFilter::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkDataObjectToDataSetFilter::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkDataSetAlgorithm.

vtkDataObjectToDataSetFilter* vtkDataObjectToDataSetFilter::NewInstance ( ) const
void vtkDataObjectToDataSetFilter::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.

vtkDataObject* vtkDataObjectToDataSetFilter::GetInput ( )

Get the input to the filter.

void vtkDataObjectToDataSetFilter::SetDataSetType ( int  )

Control what type of data is generated for output.

virtual int vtkDataObjectToDataSetFilter::GetDataSetType ( )
virtual

Control what type of data is generated for output.

void vtkDataObjectToDataSetFilter::SetDataSetTypeToPolyData ( )
inline

Control what type of data is generated for output.

Definition at line 100 of file vtkDataObjectToDataSetFilter.h.

void vtkDataObjectToDataSetFilter::SetDataSetTypeToStructuredPoints ( )
inline

Control what type of data is generated for output.

Definition at line 102 of file vtkDataObjectToDataSetFilter.h.

void vtkDataObjectToDataSetFilter::SetDataSetTypeToStructuredGrid ( )
inline

Control what type of data is generated for output.

Definition at line 104 of file vtkDataObjectToDataSetFilter.h.

void vtkDataObjectToDataSetFilter::SetDataSetTypeToRectilinearGrid ( )
inline

Control what type of data is generated for output.

Definition at line 106 of file vtkDataObjectToDataSetFilter.h.

void vtkDataObjectToDataSetFilter::SetDataSetTypeToUnstructuredGrid ( )
inline

Control what type of data is generated for output.

Definition at line 108 of file vtkDataObjectToDataSetFilter.h.

vtkDataSet* vtkDataObjectToDataSetFilter::GetOutput ( )

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

vtkDataSet* vtkDataObjectToDataSetFilter::GetOutput ( int  idx)

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

vtkPolyData* vtkDataObjectToDataSetFilter::GetPolyDataOutput ( )

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

vtkStructuredPoints* vtkDataObjectToDataSetFilter::GetStructuredPointsOutput ( )

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

vtkStructuredGrid* vtkDataObjectToDataSetFilter::GetStructuredGridOutput ( )

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

vtkUnstructuredGrid* vtkDataObjectToDataSetFilter::GetUnstructuredGridOutput ( )

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

vtkRectilinearGrid* vtkDataObjectToDataSetFilter::GetRectilinearGridOutput ( )

Get the output in different forms. The particular method invoked should be consistent with the SetDataSetType() method. (Note: GetOutput() will always return a type consistent with SetDataSetType(). Also, GetOutput() will return NULL if the filter aborted due to inconsistent data.)

void vtkDataObjectToDataSetFilter::SetPointComponent ( int  comp,
char *  arrayName,
int  arrayComp,
int  min,
int  max,
int  normalize 
)

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

void vtkDataObjectToDataSetFilter::SetPointComponent ( int  comp,
char *  arrayName,
int  arrayComp 
)
inline

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

Definition at line 141 of file vtkDataObjectToDataSetFilter.h.

const char* vtkDataObjectToDataSetFilter::GetPointComponentArrayName ( int  comp)

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

int vtkDataObjectToDataSetFilter::GetPointComponentArrayComponent ( int  comp)

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

int vtkDataObjectToDataSetFilter::GetPointComponentMinRange ( int  comp)

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

int vtkDataObjectToDataSetFilter::GetPointComponentMaxRange ( int  comp)

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

int vtkDataObjectToDataSetFilter::GetPointComponentNormailzeFlag ( int  comp)

Define the component of the field to be used for the x, y, and z values of the points. Note that the parameter comp must lie between (0,2) and refers to the x-y-z (i.e., 0,1,2) components of the points. To define the field component to use you can specify an array name and the component in that array. The (min,max) values are the range of data in the component you wish to extract. (This method should be used for vtkPolyData, vtkUnstructuredGrid, vtkStructuredGrid, and vtkRectilinearGrid.) A convenience method, SetPointComponent(),is also provided which does not require setting the (min,max) component range or the normalize flag (normalize is set to DefaulatNormalize value).

void vtkDataObjectToDataSetFilter::SetVertsComponent ( char *  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetVertsComponent ( char *  arrayName,
int  arrayComp 
)
inline

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Definition at line 159 of file vtkDataObjectToDataSetFilter.h.

const char* vtkDataObjectToDataSetFilter::GetVertsComponentArrayName ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetVertsComponentArrayComponent ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetVertsComponentMinRange ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetVertsComponentMaxRange ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetLinesComponent ( char *  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetLinesComponent ( char *  arrayName,
int  arrayComp 
)
inline

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Definition at line 166 of file vtkDataObjectToDataSetFilter.h.

const char* vtkDataObjectToDataSetFilter::GetLinesComponentArrayName ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetLinesComponentArrayComponent ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetLinesComponentMinRange ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetLinesComponentMaxRange ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetPolysComponent ( char *  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetPolysComponent ( char *  arrayName,
int  arrayComp 
)
inline

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Definition at line 173 of file vtkDataObjectToDataSetFilter.h.

const char* vtkDataObjectToDataSetFilter::GetPolysComponentArrayName ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetPolysComponentArrayComponent ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetPolysComponentMinRange ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetPolysComponentMaxRange ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetStripsComponent ( char *  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetStripsComponent ( char *  arrayName,
int  arrayComp 
)
inline

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Definition at line 180 of file vtkDataObjectToDataSetFilter.h.

const char* vtkDataObjectToDataSetFilter::GetStripsComponentArrayName ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetStripsComponentArrayComponent ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetStripsComponentMinRange ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetStripsComponentMaxRange ( )

Define cell connectivity when creating vtkPolyData. You can define vertices, lines, polygons, and/or triangle strips via these methods. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of values that (for each cell) includes the number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetCellTypeComponent ( char *  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetCellTypeComponent ( char *  arrayName,
int  arrayComp 
)
inline

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Definition at line 198 of file vtkDataObjectToDataSetFilter.h.

const char* vtkDataObjectToDataSetFilter::GetCellTypeComponentArrayName ( )

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetCellTypeComponentArrayComponent ( )

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetCellTypeComponentMinRange ( )

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetCellTypeComponentMaxRange ( )

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetCellConnectivityComponent ( char *  arrayName,
int  arrayComp,
int  min,
int  max 
)

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

void vtkDataObjectToDataSetFilter::SetCellConnectivityComponent ( char *  arrayName,
int  arrayComp 
)
inline

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

Definition at line 206 of file vtkDataObjectToDataSetFilter.h.

const char* vtkDataObjectToDataSetFilter::GetCellConnectivityComponentArrayName ( )

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetCellConnectivityComponentArrayComponent ( )

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetCellConnectivityComponentMinRange ( )

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

int vtkDataObjectToDataSetFilter::GetCellConnectivityComponentMaxRange ( )

Define cell types and cell connectivity when creating unstructured grid data. These methods are similar to those for defining points, except that no normalization of the data is possible. Basically, you need to define an array of cell types (an integer value per cell), and another array consisting (for each cell) of a number of points per cell, and then the cell connectivity. (This is the vtk file format described in in the textbook or User's Guide.)

virtual void vtkDataObjectToDataSetFilter::SetDefaultNormalize ( int  )
virtual

Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).

virtual int vtkDataObjectToDataSetFilter::GetDefaultNormalize ( )
virtual

Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).

virtual void vtkDataObjectToDataSetFilter::DefaultNormalizeOn ( )
virtual

Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).

virtual void vtkDataObjectToDataSetFilter::DefaultNormalizeOff ( )
virtual

Set the default Normalize() flag for those methods setting a default Normalize value (e.g., SetPointComponent).

virtual void vtkDataObjectToDataSetFilter::SetDimensions ( int  ,
int  ,
int   
)
virtual

Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).

virtual void vtkDataObjectToDataSetFilter::SetDimensions ( int  [3])
virtual

Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).

virtual int* vtkDataObjectToDataSetFilter::GetDimensions ( )
virtual

Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).

virtual void vtkDataObjectToDataSetFilter::GetDimensions ( int  data[3])
virtual

Specify the dimensions to use if generating a dataset that requires dimensions specification (vtkStructuredPoints, vtkStructuredGrid, vtkRectilinearGrid).

virtual void vtkDataObjectToDataSetFilter::SetOrigin ( double  ,
double  ,
double   
)
virtual

Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).

virtual void vtkDataObjectToDataSetFilter::SetOrigin ( double  [3])
virtual

Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).

virtual double* vtkDataObjectToDataSetFilter::GetOrigin ( )
virtual

Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).

virtual void vtkDataObjectToDataSetFilter::GetOrigin ( double  data[3])
virtual

Specify the origin to use if generating a dataset whose origin can be set (i.e., a vtkStructuredPoints dataset).

virtual void vtkDataObjectToDataSetFilter::SetSpacing ( double  ,
double  ,
double   
)
virtual

Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).

virtual void vtkDataObjectToDataSetFilter::SetSpacing ( double  [3])
virtual

Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).

virtual double* vtkDataObjectToDataSetFilter::GetSpacing ( )
virtual

Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).

virtual void vtkDataObjectToDataSetFilter::GetSpacing ( double  data[3])
virtual

Specify the spacing to use if generating a dataset whose spacing can be set (i.e., a vtkStructuredPoints dataset).

void vtkDataObjectToDataSetFilter::SetDimensionsComponent ( char *  arrayName,
int  arrayComp,
int  min,
int  max 
)

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

void vtkDataObjectToDataSetFilter::SetDimensionsComponent ( char *  arrayName,
int  arrayComp 
)
inline

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

Definition at line 251 of file vtkDataObjectToDataSetFilter.h.

void vtkDataObjectToDataSetFilter::SetSpacingComponent ( char *  arrayName,
int  arrayComp,
int  min,
int  max 
)

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

void vtkDataObjectToDataSetFilter::SetSpacingComponent ( char *  arrayName,
int  arrayComp 
)
inline

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

Definition at line 254 of file vtkDataObjectToDataSetFilter.h.

void vtkDataObjectToDataSetFilter::SetOriginComponent ( char *  arrayName,
int  arrayComp,
int  min,
int  max 
)

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

void vtkDataObjectToDataSetFilter::SetOriginComponent ( char *  arrayName,
int  arrayComp 
)
inline

Alternative methods to specify the dimensions, spacing, and origin for those datasets requiring this information. You need to specify the name of an array; the component of the array, and the range of the array (min,max). These methods will override the information given by the previous methods.

Definition at line 257 of file vtkDataObjectToDataSetFilter.h.

virtual int vtkDataObjectToDataSetFilter::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
protectedvirtual

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.

virtual int vtkDataObjectToDataSetFilter::RequestInformation ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
protectedvirtual

This is called within ProcessRequest when a request asks for Information. Typically an algorithm provides whatever lightweight information about its output that it can here without doing any lengthy computations. This happens in the first pass of the pipeline execution.

Reimplemented from vtkDataSetAlgorithm.

virtual int vtkDataObjectToDataSetFilter::RequestUpdateExtent ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
protectedvirtual

This is called within ProcessRequest when each filter in the pipeline decides what portion of its input is needed to create the portion of its output that the downstream filter asks for. This happens during the second pass in the pipeline execution process.

Reimplemented from vtkDataSetAlgorithm.

virtual int vtkDataObjectToDataSetFilter::FillInputPortInformation ( int  port,
vtkInformation info 
)
protectedvirtual

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.

virtual int vtkDataObjectToDataSetFilter::RequestDataObject ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

This is called within ProcessRequest to when a request asks the algorithm to create empty output data objects. This typically happens early on in the execution of the pipeline. The default behavior is to create an output DataSet of the same type as the input for each output port. This method can be overridden to change the output data type of an algorithm. This happens in the third pass of the pipeline execution.

Reimplemented from vtkDataSetAlgorithm.

void vtkDataObjectToDataSetFilter::SetArrayName ( char *&  name,
char *  newName 
)
protected
vtkIdType vtkDataObjectToDataSetFilter::ConstructPoints ( vtkDataObject input,
vtkPointSet ps 
)
protected
vtkIdType vtkDataObjectToDataSetFilter::ConstructPoints ( vtkDataObject input,
vtkRectilinearGrid rg 
)
protected
int vtkDataObjectToDataSetFilter::ConstructCells ( vtkDataObject input,
vtkPolyData pd 
)
protected
int vtkDataObjectToDataSetFilter::ConstructCells ( vtkDataObject input,
vtkUnstructuredGrid ug 
)
protected
vtkCellArray* vtkDataObjectToDataSetFilter::ConstructCellArray ( vtkDataArray da,
int  comp,
vtkIdType  compRange[2] 
)
protected
void vtkDataObjectToDataSetFilter::ConstructDimensions ( vtkDataObject input)
protected
void vtkDataObjectToDataSetFilter::ConstructSpacing ( vtkDataObject input)
protected
void vtkDataObjectToDataSetFilter::ConstructOrigin ( vtkDataObject input)
protected

Member Data Documentation

char vtkDataObjectToDataSetFilter::Updating
protected

Definition at line 272 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::DataSetType
protected

Definition at line 275 of file vtkDataObjectToDataSetFilter.h.

char* vtkDataObjectToDataSetFilter::PointArrays[3]
protected

Definition at line 278 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::PointArrayComponents[3]
protected

Definition at line 279 of file vtkDataObjectToDataSetFilter.h.

vtkIdType vtkDataObjectToDataSetFilter::PointComponentRange[3][2]
protected

Definition at line 280 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::PointNormalize[3]
protected

Definition at line 281 of file vtkDataObjectToDataSetFilter.h.

char* vtkDataObjectToDataSetFilter::VertsArray
protected

Definition at line 284 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::VertsArrayComponent
protected

Definition at line 285 of file vtkDataObjectToDataSetFilter.h.

vtkIdType vtkDataObjectToDataSetFilter::VertsComponentRange[2]
protected

Definition at line 286 of file vtkDataObjectToDataSetFilter.h.

char* vtkDataObjectToDataSetFilter::LinesArray
protected

Definition at line 288 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::LinesArrayComponent
protected

Definition at line 289 of file vtkDataObjectToDataSetFilter.h.

vtkIdType vtkDataObjectToDataSetFilter::LinesComponentRange[2]
protected

Definition at line 290 of file vtkDataObjectToDataSetFilter.h.

char* vtkDataObjectToDataSetFilter::PolysArray
protected

Definition at line 292 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::PolysArrayComponent
protected

Definition at line 293 of file vtkDataObjectToDataSetFilter.h.

vtkIdType vtkDataObjectToDataSetFilter::PolysComponentRange[2]
protected

Definition at line 294 of file vtkDataObjectToDataSetFilter.h.

char* vtkDataObjectToDataSetFilter::StripsArray
protected

Definition at line 296 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::StripsArrayComponent
protected

Definition at line 297 of file vtkDataObjectToDataSetFilter.h.

vtkIdType vtkDataObjectToDataSetFilter::StripsComponentRange[2]
protected

Definition at line 298 of file vtkDataObjectToDataSetFilter.h.

char* vtkDataObjectToDataSetFilter::CellTypeArray
protected

Definition at line 301 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::CellTypeArrayComponent
protected

Definition at line 302 of file vtkDataObjectToDataSetFilter.h.

vtkIdType vtkDataObjectToDataSetFilter::CellTypeComponentRange[2]
protected

Definition at line 303 of file vtkDataObjectToDataSetFilter.h.

char* vtkDataObjectToDataSetFilter::CellConnectivityArray
protected

Definition at line 305 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::CellConnectivityArrayComponent
protected

Definition at line 306 of file vtkDataObjectToDataSetFilter.h.

vtkIdType vtkDataObjectToDataSetFilter::CellConnectivityComponentRange[2]
protected

Definition at line 307 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::DefaultNormalize
protected

Definition at line 319 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::Dimensions[3]
protected

Definition at line 322 of file vtkDataObjectToDataSetFilter.h.

double vtkDataObjectToDataSetFilter::Origin[3]
protected

Definition at line 323 of file vtkDataObjectToDataSetFilter.h.

double vtkDataObjectToDataSetFilter::Spacing[3]
protected

Definition at line 324 of file vtkDataObjectToDataSetFilter.h.

char* vtkDataObjectToDataSetFilter::DimensionsArray
protected

Definition at line 326 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::DimensionsArrayComponent
protected

Definition at line 327 of file vtkDataObjectToDataSetFilter.h.

vtkIdType vtkDataObjectToDataSetFilter::DimensionsComponentRange[2]
protected

Definition at line 328 of file vtkDataObjectToDataSetFilter.h.

char* vtkDataObjectToDataSetFilter::OriginArray
protected

Definition at line 330 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::OriginArrayComponent
protected

Definition at line 331 of file vtkDataObjectToDataSetFilter.h.

vtkIdType vtkDataObjectToDataSetFilter::OriginComponentRange[2]
protected

Definition at line 332 of file vtkDataObjectToDataSetFilter.h.

char* vtkDataObjectToDataSetFilter::SpacingArray
protected

Definition at line 334 of file vtkDataObjectToDataSetFilter.h.

int vtkDataObjectToDataSetFilter::SpacingArrayComponent
protected

Definition at line 335 of file vtkDataObjectToDataSetFilter.h.

vtkIdType vtkDataObjectToDataSetFilter::SpacingComponentRange[2]
protected

Definition at line 336 of file vtkDataObjectToDataSetFilter.h.


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