|
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 | Initialize () |
| Initializes and clears all values updated in CopyFromObject . More...
|
|
void | DeepCopy (vtkPVDataInformation *info) |
| Simply copies from another vtkPVDataInformation. More...
|
|
vtkPVArrayInformation * | GetArrayInformation (const char *arrayname, int fieldAssociation) const |
| Finds and returns array information associated with the chosen array. More...
|
|
virtual int | GetDataSetType () |
| Returns the data set type. More...
|
|
virtual int | GetCompositeDataSetType () |
| Returns the type flag for composite datasets. More...
|
|
bool | IsCompositeDataSet () const |
| Returns true if the data information corresponds to a composite dataset. More...
|
|
bool | IsNull () const |
| Returns true if the data information is empty or invalid. More...
|
|
vtkTypeInt64 | GetNumberOfElements (int elementType) const |
| Returns number of elements of the chosen type in the data. More...
|
|
virtual vtkTypeInt64 | GetNumberOfAMRLevels () |
| For vtkUniformGridAMR and subclasses, this returns the number of levels. More...
|
|
vtkTypeInt64 | GetNumberOfAMRDataSets (vtkTypeInt64 level) const |
| For vtkUniformGridAMR and subclasses, this returns the number of datasets at each level. More...
|
|
virtual vtkTypeInt64 | GetNumberOfDataSets () |
| This is count of non-null non-composite datasets. More...
|
|
virtual vtkTypeInt64 | GetMemorySize () |
| Returns the memory size as reported by vtkDataObject::GetActualMemorySize . More...
|
|
virtual double * | GetBounds () |
| Returns bounds for the dataset. More...
|
|
virtual void | GetBounds (double &, double &, double &, double &, double &, double &) |
|
virtual void | GetBounds (double [6]) |
|
virtual vtkPVArrayInformation * | GetPointArrayInformation () |
| For a vtkPointSet and subclasses, this provides information about the vtkPoints array. More...
|
|
bool | IsDataStructured () const |
| Returns true if the data is structured i.e. More...
|
|
bool | HasStructuredData () const |
| Returns true if the data has structured data. More...
|
|
bool | HasUnstructuredData () const |
| Returns true if the data has unstructured data. More...
|
|
bool | IsAttributeValid (int fieldAssociation) const |
| Returns true if provided fieldAssociation is valid for this dataset, false otherwise. More...
|
|
virtual vtkTypeUInt64 | GetFirstLeafCompositeIndex () |
| Until multiblock dataset is deprecated, applications often want to locate the composite-index for the first leaf node. More...
|
|
std::string | GetBlockName (vtkTypeUInt64 cid) const |
| Given a composite index, return the blockname, if any. More...
|
|
std::vector< std::string > | GetBlockNames (const std::vector< std::string > &selectors, const char *assemblyName) const |
| Given a collection of selectors, returns all block names for chosen blocks. More...
|
|
unsigned int | ComputeCompositeIndexForAMR (unsigned int level, unsigned int index) const |
| A helper method to convert an AMR level-index to a flat index. More...
|
|
virtual void | SetPortNumber (int) |
| Indicates which output port of an algorithm this data should information should be / has been collected from. More...
|
|
virtual int | GetPortNumber () |
| Indicates which output port of an algorithm this data should information should be / has been collected from. More...
|
|
virtual void | SetRank (int) |
| Indicates which rank to gather the information from. More...
|
|
virtual int | GetRank () |
| Indicates which rank to gather the information from. More...
|
|
virtual char * | GetSubsetSelector () |
| Path if non-null, used to limit blocks from a composite dataset. More...
|
|
virtual void | SetSubsetSelector (const char *) |
| Path if non-null, used to limit blocks from a composite dataset. More...
|
|
virtual void | SetSubsetAssemblyName (const char *) |
| Get/Set the assembly to use for subsetting. More...
|
|
virtual char * | GetSubsetAssemblyName () |
| Get/Set the assembly to use for subsetting. More...
|
|
void | SetSubsetAssemblyNameToHierarchy () |
| Get/Set the assembly to use for subsetting. More...
|
|
void | AddInformation (vtkPVInformation *info) override |
| vtkPVInformation API implementation. More...
|
|
void | CopyToStream (vtkClientServerStream *) override |
| vtkPVInformation API implementation. More...
|
|
void | CopyFromStream (const vtkClientServerStream *) override |
| vtkPVInformation API implementation. More...
|
|
void | CopyParametersToStream (vtkMultiProcessStream &) override |
| vtkPVInformation API implementation. More...
|
|
void | CopyParametersFromStream (vtkMultiProcessStream &) override |
| vtkPVInformation API implementation. More...
|
|
const std::vector< int > & | GetUniqueBlockTypes () const |
| For a composite dataset, returns a list of unique data set types for all non-null leaf nodes. More...
|
|
unsigned int | GetNumberOfUniqueBlockTypes () const |
| For a composite dataset, returns a list of unique data set types for all non-null leaf nodes. More...
|
|
int | GetUniqueBlockType (unsigned int index) const |
| For a composite dataset, returns a list of unique data set types for all non-null leaf nodes. More...
|
|
bool | DataSetTypeIsA (const char *classname) const |
| Returns true if the type is of the requested classname (or typeId ). More...
|
|
bool | DataSetTypeIsA (int typeId) const |
| Returns true if the type is of the requested classname (or typeId ). More...
|
|
bool | HasDataSetType (const char *classname) const |
| Similar to DataSetTypeIsA except, in case of composite datasets, returns true if any of the leaf nodes match the requested type. More...
|
|
bool | HasDataSetType (int typeId) const |
| Similar to DataSetTypeIsA except, in case of composite datasets, returns true if any of the leaf nodes match the requested type. More...
|
|
vtkTypeInt64 | GetNumberOfPoints () const |
| Convenience methods that simply call GetNumberOfElements with appropriate element type. More...
|
|
vtkTypeInt64 | GetNumberOfCells () const |
| Convenience methods that simply call GetNumberOfElements with appropriate element type. More...
|
|
vtkTypeInt64 | GetNumberOfVertices () const |
| Convenience methods that simply call GetNumberOfElements with appropriate element type. More...
|
|
vtkTypeInt64 | GetNumberOfEdges () const |
| Convenience methods that simply call GetNumberOfElements with appropriate element type. More...
|
|
vtkTypeInt64 | GetNumberOfRows () const |
| Convenience methods that simply call GetNumberOfElements with appropriate element type. More...
|
|
virtual vtkTypeInt64 | GetNumberOfTrees () |
| vtkHyperTreeGrid / vtkUniformHyperTreeGrid specific properties. More...
|
|
virtual vtkTypeInt64 | GetNumberOfLeaves () |
| vtkHyperTreeGrid / vtkUniformHyperTreeGrid specific properties. More...
|
|
virtual int * | GetExtent () |
| Returns structured extents for the data. More...
|
|
virtual void | GetExtent (int &, int &, int &, int &, int &, int &) |
| Returns structured extents for the data. More...
|
|
virtual void | GetExtent (int [6]) |
| Returns structured extents for the data. More...
|
|
vtkPVDataSetAttributesInformation * | GetAttributeInformation (int fieldAssociation) const |
| Get vtkPVDataSetAttributesInformation information for the given association. More...
|
|
vtkPVDataSetAttributesInformation * | GetPointDataInformation () const |
| Convenience methods to get vtkPVDataSetAttributesInformation for specific field type. More...
|
|
vtkPVDataSetAttributesInformation * | GetCellDataInformation () const |
| Convenience methods to get vtkPVDataSetAttributesInformation for specific field type. More...
|
|
vtkPVDataSetAttributesInformation * | GetVertexDataInformation () const |
| Convenience methods to get vtkPVDataSetAttributesInformation for specific field type. More...
|
|
vtkPVDataSetAttributesInformation * | GetEdgeDataInformation () const |
| Convenience methods to get vtkPVDataSetAttributesInformation for specific field type. More...
|
|
vtkPVDataSetAttributesInformation * | GetRowDataInformation () const |
| Convenience methods to get vtkPVDataSetAttributesInformation for specific field type. More...
|
|
vtkPVDataSetAttributesInformation * | GetFieldDataInformation () const |
| Convenience methods to get vtkPVDataSetAttributesInformation for specific field type. More...
|
|
virtual bool | GetHasTime () |
| Returns DATA_TIME_STEP , if any, provided by the information object associated with data. More...
|
|
virtual double | GetTime () |
| Returns DATA_TIME_STEP , if any, provided by the information object associated with data. More...
|
|
virtual double * | GetTimeRange () |
| Strictly speaking, these are not data information since these cannot be obtained from the data but from the pipeline producing the data. More...
|
|
virtual void | GetTimeRange (double &, double &) |
| Strictly speaking, these are not data information since these cannot be obtained from the data but from the pipeline producing the data. More...
|
|
virtual void | GetTimeRange (double [2]) |
| Strictly speaking, these are not data information since these cannot be obtained from the data but from the pipeline producing the data. More...
|
|
virtual std::string | GetTimeLabel () |
| Strictly speaking, these are not data information since these cannot be obtained from the data but from the pipeline producing the data. More...
|
|
const std::set< double > & | GetTimeSteps () const |
| Strictly speaking, these are not data information since these cannot be obtained from the data but from the pipeline producing the data. More...
|
|
vtkTypeInt64 | GetNumberOfTimeSteps () const |
| Strictly speaking, these are not data information since these cannot be obtained from the data but from the pipeline producing the data. More...
|
|
vtkDataAssembly * | GetHierarchy () const |
| For composite datasets, this provides access to the information about the dataset hierarchy and any data assembly associated with it. More...
|
|
vtkDataAssembly * | GetDataAssembly () const |
| For composite datasets, this provides access to the information about the dataset hierarchy and any data assembly associated with it. More...
|
|
vtkDataAssembly * | GetDataAssembly (const char *assemblyName) const |
| For composite datasets, this provides access to the information about the dataset hierarchy and any data assembly associated with it. More...
|
|
const char * | GetDataSetTypeAsString () const |
| Returns a string for the given type. More...
|
|
const char * | GetDataClassName () const |
| Returns a string for the given type. More...
|
|
const char * | GetCompositeDataClassName () const |
| Returns a string for the given type. More...
|
|
const char * | GetPrettyDataTypeString () const |
| Returns a user-friendly string describing the datatype. 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 &) |
|