|
ParaView
|
vtkPVTemporalDataInformation is used to gather data information over time. More...
#include <vtkPVTemporalDataInformation.h>


Public Types | |
| typedef vtkPVInformation | Superclass |
Public Types inherited from vtkPVInformation | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | CopyFromObject (vtkObject *object) |
| Transfer information about a single object into this object. More... | |
| virtual void | AddInformation (vtkPVInformation *info) |
| Merge another information object. More... | |
| void | Initialize () |
| Initializes the information object. More... | |
| vtkPVDataSetAttributesInformation * | GetAttributeInformation (int attr) |
| Convenience method to get the attribute information given the attribute type. More... | |
| vtkPVArrayInformation * | GetArrayInformation (const char *arrayname, int fieldAssociation) |
| Method to find and return attribute array information for a particular array for the given attribute type if one exists. More... | |
| virtual void | SetPortNumber (int) |
| Port number controls which output port the information is gathered from. More... | |
| virtual void | CopyToStream (vtkClientServerStream *) |
| Manage a serialized version of the information. More... | |
| virtual void | CopyFromStream (const vtkClientServerStream *) |
| Manage a serialized version of the information. More... | |
| virtual void | CopyParametersToStream (vtkMultiProcessStream &) |
| Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
| virtual void | CopyParametersFromStream (vtkMultiProcessStream &) |
| Serialize/Deserialize the parameters that control how/what information is gathered. More... | |
| virtual int | GetNumberOfTimeSteps () |
| Returns the number of timesteps this information was gathered from. More... | |
| virtual double * | GetTimeRange () |
| Returns the time-range this information was gathered from. More... | |
| virtual void | GetTimeRange (double &, double &) |
| Returns the time-range this information was gathered from. More... | |
| virtual void | GetTimeRange (double [2]) |
| Returns the time-range this information was gathered from. More... | |
| virtual vtkPVDataSetAttributesInformation * | GetPointDataInformation () |
| Access to information about point/cell/vertex/edge/row data. More... | |
| virtual vtkPVDataSetAttributesInformation * | GetCellDataInformation () |
| Access to information about point/cell/vertex/edge/row data. More... | |
| virtual vtkPVDataSetAttributesInformation * | GetVertexDataInformation () |
| Access to information about point/cell/vertex/edge/row data. More... | |
| virtual vtkPVDataSetAttributesInformation * | GetEdgeDataInformation () |
| Access to information about point/cell/vertex/edge/row data. More... | |
| virtual vtkPVDataSetAttributesInformation * | GetRowDataInformation () |
| Access to information about point/cell/vertex/edge/row data. More... | |
| virtual vtkPVDataSetAttributesInformation * | GetFieldDataInformation () |
| Access to information about field data, if any. More... | |
Public Member Functions inherited from vtkPVInformation | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual int | GetRootOnly () |
| Set/get whether to gather information only from the root. More... | |
Static Public Member Functions | |
| static vtkPVTemporalDataInformation * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkPVTemporalDataInformation * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkPVInformation | |
| static int | IsTypeOf (const char *type) |
| static vtkPVInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkPVTemporalDataInformation () | |
| ~vtkPVTemporalDataInformation () | |
Protected Member Functions inherited from vtkPVInformation | |
| vtkPVInformation () | |
| ~vtkPVInformation () | |
| virtual void | SetRootOnly (int) |
| vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION | |
| void | operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION |
Protected Attributes | |
| vtkPVDataSetAttributesInformation * | PointDataInformation |
| vtkPVDataSetAttributesInformation * | CellDataInformation |
| vtkPVDataSetAttributesInformation * | FieldDataInformation |
| vtkPVDataSetAttributesInformation * | VertexDataInformation |
| vtkPVDataSetAttributesInformation * | EdgeDataInformation |
| vtkPVDataSetAttributesInformation * | RowDataInformation |
| double | TimeRange [2] |
| int | NumberOfTimeSteps |
| int | PortNumber |
Protected Attributes inherited from vtkPVInformation | |
| int | RootOnly |
vtkPVTemporalDataInformation is used to gather data information over time.
This information provided by this class is a sub-set of vtkPVDataInformation and hence this is not directly a subclass of vtkPVDataInformation. It internally uses vtkPVDataInformation to collect information about each timestep.
Definition at line 34 of file vtkPVTemporalDataInformation.h.
Definition at line 38 of file vtkPVTemporalDataInformation.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
| void vtkPVTemporalDataInformation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
Port number controls which output port the information is gathered from.
This is only applicable when the vtkObject from which the information being gathered is a vtkAlgorithm. Set it to -1(default), to return the classname of the vtkAlgorithm itself. This is the only parameter that can be set on the client-side before gathering the information.
|
virtual |
Transfer information about a single object into this object.
This expects the object to be a vtkAlgorithmOutput.
Reimplemented from vtkPVInformation.
|
virtual |
Merge another information object.
Calls AddInformation(info, 0).
Reimplemented from vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Implements vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
|
virtual |
Serialize/Deserialize the parameters that control how/what information is gathered.
This are different from the ivars that constitute the gathered information itself. For example, PortNumber on vtkPVDataInformation controls what output port the data-information is gathered from.
Reimplemented from vtkPVInformation.
|
virtual |
Serialize/Deserialize the parameters that control how/what information is gathered.
This are different from the ivars that constitute the gathered information itself. For example, PortNumber on vtkPVDataInformation controls what output port the data-information is gathered from.
Reimplemented from vtkPVInformation.
| void vtkPVTemporalDataInformation::Initialize | ( | ) |
Initializes the information object.
|
virtual |
Returns the number of timesteps this information was gathered from.
|
virtual |
Returns the time-range this information was gathered from.
|
virtual |
Returns the time-range this information was gathered from.
|
virtual |
Returns the time-range this information was gathered from.
|
virtual |
Access to information about point/cell/vertex/edge/row data.
|
virtual |
Access to information about point/cell/vertex/edge/row data.
|
virtual |
Access to information about point/cell/vertex/edge/row data.
|
virtual |
Access to information about point/cell/vertex/edge/row data.
|
virtual |
Access to information about point/cell/vertex/edge/row data.
| vtkPVDataSetAttributesInformation* vtkPVTemporalDataInformation::GetAttributeInformation | ( | int | attr | ) |
Convenience method to get the attribute information given the attribute type.
attr can be vtkDataObject::FieldAssociations or vtkDataObject::AttributeTypes (since both are identical).
|
virtual |
Access to information about field data, if any.
| vtkPVArrayInformation* vtkPVTemporalDataInformation::GetArrayInformation | ( | const char * | arrayname, |
| int | fieldAssociation | ||
| ) |
Method to find and return attribute array information for a particular array for the given attribute type if one exists.
Returns NULL if none is found. fieldAssociation can be vtkDataObject::FIELD_ASSOCIATION_POINTS, vtkDataObject::FIELD_ASSOCIATION_CELLS etc. (use vtkDataObject::FIELD_ASSOCIATION_NONE for field data) (or vtkDataObject::POINT, vtkDataObject::CELL, vtkDataObject::FIELD).
|
protected |
Definition at line 142 of file vtkPVTemporalDataInformation.h.
|
protected |
Definition at line 143 of file vtkPVTemporalDataInformation.h.
|
protected |
Definition at line 144 of file vtkPVTemporalDataInformation.h.
|
protected |
Definition at line 145 of file vtkPVTemporalDataInformation.h.
|
protected |
Definition at line 146 of file vtkPVTemporalDataInformation.h.
|
protected |
Definition at line 147 of file vtkPVTemporalDataInformation.h.
|
protected |
Definition at line 149 of file vtkPVTemporalDataInformation.h.
|
protected |
Definition at line 150 of file vtkPVTemporalDataInformation.h.
|
protected |
Definition at line 151 of file vtkPVTemporalDataInformation.h.
1.8.12