#include <vtkGenericAttributeCollection.h>
Inheritance diagram for vtkGenericAttributeCollection:
vtkGenericAttributeCollection is a class that collects attributes (represented by vtkGenericAttribute).
Definition at line 34 of file vtkGenericAttributeCollection.h.
|
Standard type definition and print methods for a VTK class. Reimplemented from vtkObject. Definition at line 42 of file vtkGenericAttributeCollection.h. |
|
Default constructor: empty collection. |
|
Destructor. |
|
Create an empty collection. Reimplemented from vtkObject. |
|
Standard type definition and print methods for a VTK class. Reimplemented from vtkObject. |
|
Standard type definition and print methods for a VTK class. Reimplemented from vtkObject. |
|
Standard type definition and print methods for a VTK class. Reimplemented from vtkObject. |
|
Standard type definition and print methods for a VTK class. Reimplemented from vtkObject. |
|
Standard type definition and print methods for a VTK class. Reimplemented from vtkObject. |
|
Return the number of attributes (e.g., instances of vtkGenericAttribute) in the collection.
|
|
Return the number of components. This is the sum of all components found in all attributes.
|
|
Return the number of components. This is the sum of all components found in all point centered attributes.
|
|
Maximum number of components encountered among all attributes.
|
|
Actual size of the data in kilobytes; only valid after the pipeline has updated. It is guaranteed to be greater than or equal to the memory required to represent the data. |
|
Indicate whether the collection contains any attributes.
|
|
Return a pointer to the ith instance of vtkGenericAttribute.
|
|
Return the index of the attribute named `name'. Return the non-negative index if found. Return -1 otherwise.
|
|
Return the index of the first component of attribute `i' in an array of format attrib0comp0 attrib0comp1 ... attrib4comp0 ...
|
|
Add the attribute `a' to the end of the collection.
|
|
Replace the attribute at index `i' by `a'.
|
|
Remove the attribute at `i'.
|
|
Remove all attributes.
|
|
Copy, without reference counting, the other attribute array.
|
|
Copy, via reference counting, the other attribute array.
|
|
vtkAttributeCollection is a composite object and needs to check each member of its collection for modified time. Reimplemented from vtkObject. |
|
Index of the attribute to be processed (not necessarily scalar).
|
|
Component of the active attribute to be processed. -1 means module.
|
|
Set the scalar attribute to be processed. -1 means module.
|
|
Number of attributes to interpolate.
|
|
Indices of attributes to interpolate.
|
|
Does the array `attributes' of size `size' have `attribute'?
|
|
Set the attributes to interpolate.
|
|
Does the array `attributes' of size `size' have `attribute'?
|
|
Compute number of components, max number of components and actual memory size. |
|
STL vector for storing attributes Definition at line 192 of file vtkGenericAttributeCollection.h. |
|
Destructor. Definition at line 195 of file vtkGenericAttributeCollection.h. |
|
Definition at line 198 of file vtkGenericAttributeCollection.h. |
|
Definition at line 199 of file vtkGenericAttributeCollection.h. |
|
Definition at line 200 of file vtkGenericAttributeCollection.h. |
|
Definition at line 201 of file vtkGenericAttributeCollection.h. |
|
Definition at line 203 of file vtkGenericAttributeCollection.h. |
|
Definition at line 204 of file vtkGenericAttributeCollection.h. |
|
Definition at line 205 of file vtkGenericAttributeCollection.h. |
|
Definition at line 206 of file vtkGenericAttributeCollection.h. |
|
Definition at line 207 of file vtkGenericAttributeCollection.h. |