|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | CopyFromObject (vtkObject *object) override |
| Transfer information about a single object into this object. More...
|
|
void | AddInformation (vtkPVInformation *info) override |
| 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...
|
|
|
void | CopyToStream (vtkClientServerStream *) override |
| Manage a serialized version of the information. More...
|
|
void | CopyFromStream (const vtkClientServerStream *) override |
| Manage a serialized version of the information. More...
|
|
|
void | CopyParametersToStream (vtkMultiProcessStream &) override |
| Serialize/Deserialize the parameters that control how/what information is gathered. More...
|
|
void | CopyParametersFromStream (vtkMultiProcessStream &) override |
| 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...
|
|
virtual int | GetRootOnly () |
| Set/get whether to gather information only from the root. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
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) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (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 *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
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) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (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 *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
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) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
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.