|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | CopyFromObject (vtkObject *) |
| Transfer information about a single object into this object. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
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 | AddInformation (vtkPVInformation *info) |
| Merge another information object. More...
|
|
virtual void | AddInformation (vtkPVInformation *, int addingParts) |
| Merge another information object. More...
|
|
void | Initialize () |
| Remove all information. 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]) |
|
int | IsDataStructured () |
| Returns if the data type is structured. 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...
|
|
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 | GetDataSetType () |
| Access to information. More...
|
|
virtual int | GetCompositeDataSetType () |
| Access to information. More...
|
|
const char * | GetDataSetTypeAsString () |
| Access to information. More...
|
|
int | 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 int | GetMemorySize () |
| Access to information. More...
|
|
virtual int | 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...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual int | GetRootOnly () |
| Set/get whether to gather information only from the root. More...
|
|