|
VTK
|
a collection of attributes More...
#include <vtkGenericAttributeCollection.h>
Public Member Functions | |
| int | GetNumberOfAttributes () |
| int | GetNumberOfComponents () |
| int | GetNumberOfPointCenteredComponents () |
| int | GetMaxNumberOfComponents () |
| unsigned long | GetActualMemorySize () |
| int | IsEmpty () |
| vtkGenericAttribute * | GetAttribute (int i) |
| int | FindAttribute (const char *name) |
| int | GetAttributeIndex (int i) |
| void | InsertNextAttribute (vtkGenericAttribute *a) |
| void | InsertAttribute (int i, vtkGenericAttribute *a) |
| void | RemoveAttribute (int i) |
| void | Reset () |
| void | DeepCopy (vtkGenericAttributeCollection *other) |
| void | ShallowCopy (vtkGenericAttributeCollection *other) |
| virtual unsigned long int | GetMTime () |
| void | SetActiveAttribute (int attribute, int component=0) |
| int | HasAttribute (int size, int *attributes, int attribute) |
| virtual int | GetActiveAttribute () |
| virtual int | GetActiveComponent () |
| virtual int | GetNumberOfAttributesToInterpolate () |
| int * | GetAttributesToInterpolate () |
| void | SetAttributesToInterpolate (int size, int *attributes) |
| void | SetAttributesToInterpolateToAll () |
Public Member Functions inherited from vtkObject | |
| vtkObject * | NewInstance () const |
| virtual void | DebugOn () |
| virtual void | DebugOff () |
| bool | GetDebug () |
| void | SetDebug (bool debugFlag) |
| virtual void | Modified () |
| 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 *) |
| 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) |
| template<class U , class T > | |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| template<class U , class T > | |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| template<class U , class T > | |
| 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) |
| int | InvokeEvent (unsigned long event) |
| int | InvokeEvent (const char *event) |
Public Member Functions inherited from vtkObjectBase | |
| 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) |
| void | PrintRevisions (ostream &) |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| int | GetReferenceCount () |
Static Public Member Functions | |
| static vtkGenericAttributeCollection * | New () |
Static Public Member Functions inherited from vtkObject | |
| static int | IsTypeOf (const char *type) |
| static vtkObject * | SafeDownCast (vtkObjectBase *o) |
| static vtkObject * | New () |
| static void | BreakOnError () |
| static void | SetGlobalWarningDisplay (int val) |
| static void | GlobalWarningDisplayOn () |
| static void | GlobalWarningDisplayOff () |
| static int | GetGlobalWarningDisplay () |
Static Public Member Functions inherited from vtkObjectBase | |
| static int | IsTypeOf (const char *name) |
| static vtkObjectBase * | New () |
Protected Member Functions | |
| vtkGenericAttributeCollection () | |
| virtual | ~vtkGenericAttributeCollection () |
| void | ComputeNumbers () |
Protected Member Functions inherited from vtkObject | |
| vtkObject () | |
| virtual | ~vtkObject () |
| virtual void | RegisterInternal (vtkObjectBase *, int check) |
| virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
| void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
| void | InternalReleaseFocus () |
Protected Member Functions inherited from vtkObjectBase | |
| vtkObjectBase () | |
| virtual | ~vtkObjectBase () |
| virtual void | CollectRevisions (ostream &) |
| virtual void | ReportReferences (vtkGarbageCollector *) |
| vtkObjectBase (const vtkObjectBase &) | |
| void | operator= (const vtkObjectBase &) |
Protected Attributes | |
| vtkGenericAttributeInternalVector * | AttributeInternalVector |
| vtkIntInternalVector * | AttributeIndices |
| int | ActiveAttribute |
| int | ActiveComponent |
| int | NumberOfAttributesToInterpolate |
| int | AttributesToInterpolate [10] |
| int | NumberOfComponents |
| int | NumberOfPointCenteredComponents |
| int | MaxNumberOfComponents |
| unsigned long | ActualMemorySize |
| vtkTimeStamp | ComputeTime |
Protected Attributes inherited from vtkObject | |
| bool | Debug |
| vtkTimeStamp | MTime |
| vtkSubjectHelper * | SubjectHelper |
Protected Attributes inherited from vtkObjectBase | |
| vtkAtomicInt32 | ReferenceCount |
| vtkWeakPointerBase ** | WeakPointers |
| typedef vtkObject | Superclass |
| static int | IsTypeOf (const char *type) |
| static vtkGenericAttributeCollection * | SafeDownCast (vtkObjectBase *o) |
| virtual int | IsA (const char *type) |
| vtkGenericAttributeCollection * | NewInstance () const |
| virtual void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkObjectBase * | NewInstanceInternal () const |
Additional Inherited Members | |
Public Types inherited from vtkObject | |
| typedef vtkObjectBase | Superclass |
a collection of attributes
vtkGenericAttributeCollection is a class that collects attributes (represented by vtkGenericAttribute).
Definition at line 35 of file vtkGenericAttributeCollection.h.
Standard type definition and print methods for a VTK class.
Definition at line 43 of file vtkGenericAttributeCollection.h.
|
protected |
Default constructor: empty collection.
|
protectedvirtual |
Destructor.
|
static |
Create an empty collection.
|
static |
Standard type definition and print methods for a VTK class.
|
virtual |
Standard type definition and print methods for a VTK class.
Reimplemented from vtkObject.
|
static |
Standard type definition and print methods for a VTK class.
|
protectedvirtual |
Standard type definition and print methods for a VTK class.
Reimplemented from vtkObject.
| vtkGenericAttributeCollection* vtkGenericAttributeCollection::NewInstance | ( | ) | const |
Standard type definition and print methods for a VTK class.
|
virtual |
Standard type definition and print methods for a VTK class.
Reimplemented from vtkObject.
| int vtkGenericAttributeCollection::GetNumberOfAttributes | ( | ) |
Return the number of attributes (e.g., instances of vtkGenericAttribute) in the collection.
| int vtkGenericAttributeCollection::GetNumberOfComponents | ( | ) |
Return the number of components. This is the sum of all components found in all attributes.
| int vtkGenericAttributeCollection::GetNumberOfPointCenteredComponents | ( | ) |
Return the number of components. This is the sum of all components found in all point centered attributes.
| int vtkGenericAttributeCollection::GetMaxNumberOfComponents | ( | ) |
Maximum number of components encountered among all attributes.
| unsigned long vtkGenericAttributeCollection::GetActualMemorySize | ( | ) |
Actual size of the data in kibibytes (1024 bytes); only valid after the pipeline has updated. It is guaranteed to be greater than or equal to the memory required to represent the data.
| int vtkGenericAttributeCollection::IsEmpty | ( | ) |
Indicate whether the collection contains any attributes.
| vtkGenericAttribute* vtkGenericAttributeCollection::GetAttribute | ( | int | i | ) |
Return a pointer to the ith instance of vtkGenericAttribute.
| int vtkGenericAttributeCollection::FindAttribute | ( | const char * | name | ) |
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 ...
| void vtkGenericAttributeCollection::InsertNextAttribute | ( | vtkGenericAttribute * | a | ) |
Add the attribute `a' to the end of the collection.
| void vtkGenericAttributeCollection::InsertAttribute | ( | int | i, |
| vtkGenericAttribute * | a | ||
| ) |
Replace the attribute at index `i' by `a'.
| void vtkGenericAttributeCollection::RemoveAttribute | ( | int | i | ) |
Remove the attribute at `i'.
| void vtkGenericAttributeCollection::Reset | ( | ) |
Remove all attributes.
| void vtkGenericAttributeCollection::DeepCopy | ( | vtkGenericAttributeCollection * | other | ) |
Copy, without reference counting, the other attribute array.
| void vtkGenericAttributeCollection::ShallowCopy | ( | vtkGenericAttributeCollection * | other | ) |
Copy, via reference counting, the other attribute array.
|
virtual |
vtkAttributeCollection is a composite object and needs to check each member of its collection for modified time.
Reimplemented from vtkObject.
|
virtual |
Index of the attribute to be processed (not necessarily scalar).
|
virtual |
Component of the active attribute to be processed. -1 means module.
Set the scalar attribute to be processed. -1 means module.
|
virtual |
Number of attributes to interpolate.
| int* vtkGenericAttributeCollection::GetAttributesToInterpolate | ( | ) |
Indices of attributes to interpolate.
Does the array `attributes' of size `size' have `attribute'?
Set the attributes to interpolate.
| void vtkGenericAttributeCollection::SetAttributesToInterpolateToAll | ( | ) |
Set the attributes to interpolate.
|
protected |
Compute number of components, max number of components and actual memory size.
|
protected |
STL vector for storing attributes
Definition at line 191 of file vtkGenericAttributeCollection.h.
|
protected |
STL vector for storing index of point centered attributes
Definition at line 193 of file vtkGenericAttributeCollection.h.
|
protected |
Definition at line 195 of file vtkGenericAttributeCollection.h.
|
protected |
Definition at line 196 of file vtkGenericAttributeCollection.h.
|
protected |
Definition at line 197 of file vtkGenericAttributeCollection.h.
|
protected |
Definition at line 198 of file vtkGenericAttributeCollection.h.
|
protected |
Definition at line 200 of file vtkGenericAttributeCollection.h.
|
protected |
Definition at line 201 of file vtkGenericAttributeCollection.h.
|
protected |
Definition at line 202 of file vtkGenericAttributeCollection.h.
|
protected |
Definition at line 203 of file vtkGenericAttributeCollection.h.
|
protected |
Definition at line 204 of file vtkGenericAttributeCollection.h.
1.8.9.1