|
VTK
|
#include <vtkGhostArray.h>
Inherits vtkObject.
Public Types | |
| enum | { INTERNAL = 0, SHARED = 1, GHOST = 2, VOID = 3, IGNORE = 4, BOUNDARY = 5, PERIODIC = 6 } |
| enum | { DUPLICATE = 0, EXTERNAL = 1, BLANK = 2, INTERIOR = 3 } |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkGhostArray * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkGhostArray * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkGhostArray * | SafeDownCast (vtkObjectBase *o) |
| static void | SetProperty (unsigned char &propertyField, const int property) |
| static void | UnsetProperty (unsigned char &propertyField, const int property) |
| static bool | IsPropertySet (unsigned char &propertyField, const int property) |
| static void | Reset (unsigned char &propertyField) |
Public Attributes | |
| enum vtkGhostArray:: { ... } | NodeProperties |
| enum vtkGhostArray:: { ... } | CellProperties |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkGhostArray () | |
| ~vtkGhostArray () | |
vtkGhostArray provides functionality for manipulating a mesh entity property field, represented by an "unsigned char". Each mesh entity, e.g., a vertex or cell is associated with an "unsigned char" where each individual bit represents the state of a particular property. This class provides the logic required to manipulate individual bits in the "unsigned char".
Definition at line 41 of file vtkGhostArray.h.
| typedef vtkObject vtkGhostArray::Superclass |
Definition at line 77 of file vtkGhostArray.h.
| anonymous enum |
| Enumerator | |
|---|---|
| INTERNAL | |
| SHARED | |
| GHOST | |
| VOID | |
| IGNORE | |
| BOUNDARY | |
| PERIODIC | |
Definition at line 45 of file vtkGhostArray.h.
| anonymous enum |
| Enumerator | |
|---|---|
| DUPLICATE | |
| EXTERNAL | |
| BLANK | |
| INTERIOR | |
Definition at line 62 of file vtkGhostArray.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
| vtkGhostArray* vtkGhostArray::NewInstance | ( | ) | const |
| void vtkGhostArray::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
inlinestatic |
Sets the given property in the propertyField.
Definition at line 82 of file vtkGhostArray.h.
|
inlinestatic |
Unsets the property from the given propertyField.
Definition at line 92 of file vtkGhostArray.h.
|
inlinestatic |
Checks if a property is set in the given property field.
Definition at line 102 of file vtkGhostArray.h.
|
inlinestatic |
Resets all the bits in the property field
Definition at line 118 of file vtkGhostArray.h.
| enum { ... } vtkGhostArray::NodeProperties |
| enum { ... } vtkGhostArray::CellProperties |
1.8.6