|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| void | CopyFromObject (vtkObject *) override |
| | Transfer information about a single object into this object. 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...
|
| |
| void | AddInformation (vtkPVInformation *info) override |
| | Merge another information object. More...
|
| |
| virtual void | AddInformation (vtkPVInformation *, int addingParts) |
| | Merge another information object. More...
|
| |
| void | Initialize () |
| | Remove all information. More...
|
| |
| vtkTypeInt64 | GetNumberOfElements (int type) |
| | Returns the number of elements of the given type where type can vtkDataObject::POINT, vtkDataObject::CELL, ... More...
|
| |
| const char * | GetPrettyDataTypeString () |
| | Returns a string describing the datatype that can be directly shown in a user interface. More...
|
| |
| vtkPVDataSetAttributesInformation * | GetAttributeInformation (int fieldAssociation) |
| | Method to access vtkPVDataSetAttributesInformation using field association type. More...
|
| |
| vtkPVDataInformation * | GetDataInformationForCompositeIndex (int index) |
| | Given the flat-index for a node in a composite dataset, this method returns the data information for the node, it available. More...
|
| |
| unsigned int | GetNumberOfBlockLeafs (bool skipEmpty) |
| | Compute the number of block leaf from this information multipieces are counted as single block. More...
|
| |
| vtkPVDataInformation * | GetDataInformationForCompositeIndex (int *index) |
| | This is same as GetDataInformationForCompositeIndex() however note that the index will get modified in this method. More...
|
| |
| virtual double * | GetTimeSpan () |
| |
| virtual void | GetTimeSpan (double &, double &) |
| |
| virtual void | GetTimeSpan (double [2]) |
| |
| bool | IsDataStructured () |
| | Returns if the data type is structured. More...
|
| |
| bool | IsAttributeValid (int fieldAssociation) |
| | Returns true if provided fieldAssociation is valid for this dataset, false otherwise. More...
|
| |
| virtual void | SetPortNumber (int) |
| | Port number controls which output port the information is gathered from. More...
|
| |
| virtual int | GetPortNumber () |
| | 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 | GetDataSetType () |
| | Access to information. More...
|
| |
| virtual int | GetCompositeDataSetType () |
| | Access to information. More...
|
| |
| const char * | GetDataSetTypeAsString () |
| | Access to information. More...
|
| |
| bool | DataSetTypeIsA (const char *type) |
| | Access to information. More...
|
| |
| virtual vtkTypeInt64 | GetNumberOfPoints () |
| | Access to information. More...
|
| |
| virtual vtkTypeInt64 | GetNumberOfCells () |
| | Access to information. More...
|
| |
| virtual vtkTypeInt64 | GetNumberOfRows () |
| | Access to information. More...
|
| |
| virtual vtkTypeInt64 | GetNumberOfTrees () |
| | Access to information. More...
|
| |
| virtual vtkTypeInt64 | GetNumberOfVertices () |
| | Access to information. More...
|
| |
| virtual vtkTypeInt64 | GetNumberOfEdges () |
| | Access to information. More...
|
| |
| virtual vtkTypeInt64 | GetNumberOfLeaves () |
| | Access to information. More...
|
| |
| virtual int | GetMemorySize () |
| | Access to information. More...
|
| |
| virtual vtkIdType | GetPolygonCount () |
| | Access to information. More...
|
| |
| virtual int | GetNumberOfDataSets () |
| | Access to information. More...
|
| |
| virtual double * | GetBounds () |
| | Access to information. More...
|
| |
| virtual void | GetBounds (double &, double &, double &, double &, double &, double &) |
| | Access to information. More...
|
| |
| virtual void | GetBounds (double [6]) |
| | Access to information. More...
|
| |
| virtual int * | GetExtent () |
| | Of course Extent is only valid for structured data sets. More...
|
| |
| virtual void | GetExtent (int &, int &, int &, int &, int &, int &) |
| | Of course Extent is only valid for structured data sets. More...
|
| |
| virtual void | GetExtent (int [6]) |
| | Of course Extent is only valid for structured data sets. More...
|
| |
| virtual vtkPVArrayInformation * | GetPointArrayInformation () |
| | Access to information about points. 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 () |
| | Accesse to information about field data, if any. More...
|
| |
| virtual vtkPVCompositeDataInformation * | GetCompositeDataInformation () |
| | If data is composite, this provides information specific to composite datasets. More...
|
| |
| virtual char * | GetDataClassName () |
| | ClassName of the data represented by information object. More...
|
| |
| virtual char * | GetCompositeDataClassName () |
| | The least common class name of composite dataset blocks. More...
|
| |
| virtual int | GetHasTime () |
| | Returns if the Time is set. More...
|
| |
| virtual double | GetTime () |
| | Returns the data time if, GetHasTime() return true. More...
|
| |
| virtual int | GetNumberOfTimeSteps () |
| | Returns the number of time steps. More...
|
| |
| virtual char * | GetTimeLabel () |
| | Returns the label that should be used instead of "Time" if any. More...
|
| |
| virtual char * | GetCompositeDataSetName () |
| | If this instance of vtkPVDataInformation summarizes a node in a composite-dataset, and if that node has been given a label in that composite dataset (using vtkCompositeDataSet::NAME meta-data), then this will return that name. 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 &) |
| |