|
ParaView
|
List of array info. More...
#include <vtkPVDataSetAttributesInformation.h>


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 37 of file vtkPVDataSetAttributesInformation.h.
| vtkPVDataSetAttributesInformation::vtkPVDataSetAttributesInformation | ( | ) | [protected] |
| vtkPVDataSetAttributesInformation::~vtkPVDataSetAttributesInformation | ( | ) | [protected] |
| vtkPVDataSetAttributesInformation::vtkPVDataSetAttributesInformation | ( | const vtkPVDataSetAttributesInformation & | ) | [protected] |
| static vtkPVDataSetAttributesInformation* vtkPVDataSetAttributesInformation::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkPVDataSetAttributesInformation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVInformation.
| static int vtkPVDataSetAttributesInformation::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkPVInformation.
| virtual int vtkPVDataSetAttributesInformation::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkPVInformation.
| static vtkPVDataSetAttributesInformation* vtkPVDataSetAttributesInformation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVInformation.
| void vtkPVDataSetAttributesInformation::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVInformation.
| 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::AddInformation | ( | vtkDataSetAttributes * | da | ) |
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.
| 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 void vtkPVDataSetAttributesInformation::AddInformation | ( | vtkPVInformation * | info | ) | [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).
Mimicks data set attribute call. Returns -1 if array (of index) is not a standard attribute. Returns attribute type otherwise.
| virtual void vtkPVDataSetAttributesInformation::CopyToStream | ( | vtkClientServerStream * | ) | [virtual] |
Manage a serialized version of the information.
Implements vtkPVInformation.
| virtual void vtkPVDataSetAttributesInformation::CopyFromStream | ( | const vtkClientServerStream * | ) | [virtual] |
Manage a serialized version of the information.
Reimplemented from vtkPVInformation.
| void vtkPVDataSetAttributesInformation::operator= | ( | const vtkPVDataSetAttributesInformation & | ) | [protected] |
Definition at line 95 of file vtkPVDataSetAttributesInformation.h.
short vtkPVDataSetAttributesInformation::AttributeIndices[vtkDataSetAttributes::NUM_ATTRIBUTES] [protected] |
Definition at line 97 of file vtkPVDataSetAttributesInformation.h.
1.7.5.1