ParaView
|
List of array info. More...
#include <vtkPVDataSetAttributesInformation.h>
Public Types | |
typedef vtkPVInformation | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | CopyFromFieldData (vtkFieldData *data) |
void | CopyFromGenericAttributesOnPoints (vtkGenericAttributeCollection *data) |
void | CopyFromGenericAttributesOnCells (vtkGenericAttributeCollection *data) |
void | CopyFromGenericAttributes (vtkGenericAttributeCollection *data, int centering) |
void | Initialize () |
Remove all infommation. More... | |
vtkPVArrayInformation * | GetAttributeInformation (int attributeType) |
For getting default scalars ... More... | |
int | IsArrayAnAttribute (int arrayIndex) |
Mimicks data set attribute call. More... | |
virtual int | GetFieldAssociation () |
Returns the field association to which the instance corresponds to. More... | |
virtual void | SetFieldAssociation (int) |
Returns the field association to which the instance corresponds to. More... | |
void | CopyFromDataSetAttributes (vtkDataSetAttributes *data) |
Transfer information about a single vtk data object into this object. More... | |
void | DeepCopy (vtkPVDataSetAttributesInformation *info) |
Transfer information about a single vtk data object into this object. More... | |
void | AddInformation (vtkPVDataSetAttributesInformation *info) |
Intersect information of argument with information currently in this object. More... | |
virtual void | AddInformation (vtkPVInformation *info) |
Intersect information of argument with information currently in this object. More... | |
int | GetNumberOfArrays () const |
Access to information. More... | |
int | GetMaximumNumberOfTuples () const |
Access to information. More... | |
vtkPVArrayInformation * | GetArrayInformation (int idx) const |
Access to information. More... | |
vtkPVArrayInformation * | GetArrayInformation (const char *name) const |
Access to information. 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... | |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | CopyFromObject (vtkObject *) |
Transfer information about a single object into this object. 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 | GetRootOnly () |
Set/get whether to gather information only from the root. More... | |
Static Public Member Functions | |
static vtkPVDataSetAttributesInformation * | New () |
static int | IsTypeOf (const char *type) |
static vtkPVDataSetAttributesInformation * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPVInformation * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPVDataSetAttributesInformation () | |
~vtkPVDataSetAttributesInformation () | |
![]() | |
vtkPVInformation () | |
~vtkPVInformation () | |
virtual void | SetRootOnly (int) |
vtkPVInformation (const vtkPVInformation &) VTK_DELETE_FUNCTION | |
void | operator= (const vtkPVInformation &) VTK_DELETE_FUNCTION |
Protected Attributes | |
int | FieldAssociation |
![]() | |
int | RootOnly |
List of array info.
Information associated with vtkDataSetAttributes object (i.e point data). This object does not have any user interface. It is created and destroyed on the fly as needed. It may be possible to add features of this object to vtkDataSetAttributes. That would eliminate all of the "Information" in ParaView.
Definition at line 38 of file vtkPVDataSetAttributesInformation.h.
Definition at line 42 of file vtkPVDataSetAttributesInformation.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
|
virtual |
Reimplemented from vtkPVInformation.
|
static |
void vtkPVDataSetAttributesInformation::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Returns the field association to which the instance corresponds to.
Returned value can be vtkDataObject::POINT, vtkDataObject::CELL, vtkDataObject::FIELD, etc i.e. vtkDataObject::FieldAssociations or vtkDataObject::AttributeTypes.
|
virtual |
Returns the field association to which the instance corresponds to.
Returned value can be vtkDataObject::POINT, vtkDataObject::CELL, vtkDataObject::FIELD, etc i.e. vtkDataObject::FieldAssociations or vtkDataObject::AttributeTypes.
void vtkPVDataSetAttributesInformation::CopyFromDataSetAttributes | ( | vtkDataSetAttributes * | data | ) |
Transfer information about a single vtk data object into this object.
void vtkPVDataSetAttributesInformation::DeepCopy | ( | vtkPVDataSetAttributesInformation * | info | ) |
Transfer information about a single vtk data object into this object.
void vtkPVDataSetAttributesInformation::CopyFromFieldData | ( | vtkFieldData * | data | ) |
void vtkPVDataSetAttributesInformation::CopyFromGenericAttributesOnPoints | ( | vtkGenericAttributeCollection * | data | ) |
void vtkPVDataSetAttributesInformation::CopyFromGenericAttributesOnCells | ( | vtkGenericAttributeCollection * | data | ) |
void vtkPVDataSetAttributesInformation::CopyFromGenericAttributes | ( | vtkGenericAttributeCollection * | data, |
int | centering | ||
) |
void vtkPVDataSetAttributesInformation::AddInformation | ( | vtkPVDataSetAttributesInformation * | info | ) |
Intersect information of argument with information currently in this object.
Arrays must be in both (same name and number of components)to be in final.
|
virtual |
Intersect information of argument with information currently in this object.
Arrays must be in both (same name and number of components)to be in final.
Reimplemented from vtkPVInformation.
void vtkPVDataSetAttributesInformation::Initialize | ( | ) |
Remove all infommation.
next add will be like a copy.
int vtkPVDataSetAttributesInformation::GetNumberOfArrays | ( | ) | const |
Access to information.
int vtkPVDataSetAttributesInformation::GetMaximumNumberOfTuples | ( | ) | const |
Access to information.
vtkPVArrayInformation* vtkPVDataSetAttributesInformation::GetArrayInformation | ( | int | idx | ) | const |
Access to information.
vtkPVArrayInformation* vtkPVDataSetAttributesInformation::GetArrayInformation | ( | const char * | name | ) | const |
Access to information.
vtkPVArrayInformation* vtkPVDataSetAttributesInformation::GetAttributeInformation | ( | int | attributeType | ) |
For getting default scalars ...
(vtkDataSetAttributes::SCALARS).
int vtkPVDataSetAttributesInformation::IsArrayAnAttribute | ( | int | arrayIndex | ) |
Mimicks data set attribute call.
Returns -1 if array (of index) is not a standard attribute. Returns attribute type otherwise.
|
virtual |
Manage a serialized version of the information.
Implements vtkPVInformation.
|
virtual |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
|
protected |
Definition at line 121 of file vtkPVDataSetAttributesInformation.h.