#include <vtkBridgeAttribute.h>
Inheritance diagram for vtkBridgeAttribute:
It is just an example that show how to implement the Generic. It is also used for testing and evaluating the Generic.
Definition at line 37 of file vtkBridgeAttribute.h.
|
Reimplemented from vtkGenericAttribute. Definition at line 41 of file vtkBridgeAttribute.h. |
|
Default constructor: empty attribute, not valid |
|
Default constructor: empty attribute, not valid |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkGenericAttribute. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkGenericAttribute. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkGenericAttribute. |
|
Reimplemented from vtkGenericAttribute. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkGenericAttribute. |
|
Name of the attribute. (e.g. "velocity")
Implements vtkGenericAttribute. |
|
Dimension of the attribute. (1 for scalar, 3 for velocity)
Implements vtkGenericAttribute. |
|
Is the attribute centered either on points, cells or boundaries?
Implements vtkGenericAttribute. |
|
Type of the attribute: scalar, vector, normal, texture coordinate, tensor
Implements vtkGenericAttribute. |
|
Type of the components of the attribute: int, float, double
Implements vtkGenericAttribute. |
|
Number of tuples.
Implements vtkGenericAttribute. |
|
Size in kilobytes taken by the attribute. Implements vtkGenericAttribute. |
|
Range of the attribute component `component'. It returns double, even if GetType()==VTK_INT. NOT THREAD SAFE
Implements vtkGenericAttribute. |
|
Range of the attribute component `component'. THREAD SAFE
Implements vtkGenericAttribute. |
|
Return the maximum euclidean norm for the tuples.
Implements vtkGenericAttribute. |
|
Attribute at all points of cell `c'.
Implements vtkGenericAttribute. |
|
Put attribute at all points of cell `c' in `tuple'.
Implements vtkGenericAttribute. |
|
Attribute at all points of cell `c'.
Implements vtkGenericAttribute. |
|
Put attribute at all points of cell `c' in `tuple'.
Implements vtkGenericAttribute. |
|
Value of the attribute at position `p'.
Implements vtkGenericAttribute. |
|
Put the value of the attribute at position `p' into `tuple'.
Implements vtkGenericAttribute. |
|
Put component `i' of the attribute at all points of cell `c' in `values'.
Implements vtkGenericAttribute. |
|
Value of the component `i' of the attribute at position `p'.
Implements vtkGenericAttribute. |
|
Recursive duplication of `other' in `this'.
Implements vtkGenericAttribute. |
|
Update `this' using fields of `other'.
Implements vtkGenericAttribute. |
|
Set the current attribute to be centered on points with attribute `i' of `d'.
|
|
Set the current attribute to be centered on cells with attribute `i' of `d'.
|
|
If size>InternalTupleCapacity, allocate enough memory.
|
|
Definition at line 185 of file vtkBridgeAttribute.h. |
|
Definition at line 188 of file vtkBridgeAttribute.h. |
|
Definition at line 189 of file vtkBridgeAttribute.h. |
|
Definition at line 190 of file vtkBridgeAttribute.h. |
|
Definition at line 191 of file vtkBridgeAttribute.h. |
|
Definition at line 193 of file vtkBridgeAttribute.h. |
|
Definition at line 194 of file vtkBridgeAttribute.h. |