|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
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) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
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 *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
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) |
|
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 *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
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) |
|
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) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
|
static vtkboneNodeSetsByGeometry * | New () |
|
static int | IsTypeOf (const char *type) |
|
static vtkboneNodeSetsByGeometry * | SafeDownCast (vtkObject *o) |
|
|
static void | DetermineMaterialBounds (vtkUnstructuredGrid *geometry, double bounds[6], int specificMaterial=-1) |
|
|
static int | FilterPointListByCellScalar (vtkIdTypeArray *output_ids, vtkIdTypeArray *input_ids, vtkDataSet *data, int targetCellScalar) |
|
|
static int | FindNodesOnPlane (int axis, float val, vtkIdTypeArray *ids, vtkUnstructuredGrid *ug, int specificMaterial=-1) |
|
|
static int | AddNodesOnPlane (int axis, float val, const char *name, vtkboneFiniteElementModel *model, int specificMaterial=-1) |
|
|
static int | AddNodesAndElementsOnPlane (int axis, float val, const char *name, vtkboneFiniteElementModel *model, int specificMaterial=-1) |
|
|
static int | FindNodesIntersectingTwoPlanes (int axis1, float val1, int axis2, float val2, vtkIdTypeArray *ids, vtkUnstructuredGrid *ug, int specificMaterial=-1) |
|
|
static int | AddNodesIntersectingTwoPlanes (int axis1, float val1, int axis2, float val2, const char *name, vtkboneFiniteElementModel *model, int specificMaterial=-1) |
|
|
static int | AddNodesAndElementsIntersectingTwoPlanes (int axis1, float val1, int axis2, float val2, const char *name, vtkboneFiniteElementModel *model, int specificMaterial=-1) |
|
|
static int | FindNodesIntersectingThreePlanes (int axisA, float valA, int axisB, float valB, int axisC, float valC, vtkIdTypeArray *ids, vtkUnstructuredGrid *ug, int specificMaterial=-1) |
|
|
static int | AddNodesIntersectingThreePlanes (int axisA, float valA, int axisB, float valB, int axisC, float valC, const char *name, vtkboneFiniteElementModel *model, int specificMaterial=-1) |
|
|
static int | AddNodesAndElementsIntersectingThreePlanes (int axisA, float valA, int axisB, float valB, int axisC, float valC, const char *name, vtkboneFiniteElementModel *model, int specificMaterial=-1) |
|
|
static int | FindNodesOnVisibleSurface (vtkIdTypeArray *visibleNodesIds, vtkUnstructuredGrid *ug, double normalVector[3], int specificMaterial=-1) |
|
|
static int | AddNodesOnVisibleSurface (const char *name, vtkboneFiniteElementModel *model, double normalVector[3], int specificMaterial=-1) |
|
|
static int | AddNodesAndElementsOnVisibleSurface (const char *name, vtkboneFiniteElementModel *model, double normalVector[3], int specificMaterial=-1) |
|
static vtkObject * | New () |
|
static void | BreakOnError () |
|
static void | SetGlobalWarningDisplay (int val) |
|
static void | GlobalWarningDisplayOn () |
|
static void | GlobalWarningDisplayOff () |
|
static int | GetGlobalWarningDisplay () |
|
static void | SetGlobalWarningDisplay (int val) |
|
static void | GlobalWarningDisplayOn () |
|
static void | GlobalWarningDisplayOff () |
|
static int | GetGlobalWarningDisplay () |
|
static vtkTypeBool | IsTypeOf (const char *name) |
|
static vtkObjectBase * | New () |
|
static vtkObjectBase * | New () |
|
various algorithms to select nodes sets from a mesh by geometry.
These static methods are typically used to find nodes for boundary conditions for finite element models (vtkboneFiniteElementModel).
Note that in the future these static methods may be replaced by filter classes.
- See also
- vtkboneFiniteElementModel vtkboneFiniteElementModelGenerator
Definition at line 44 of file vtkboneNodeSetsByGeometry.h.