|
ALBA
|
#include <albaProsthesesDBManager.h>


Public Member Functions | |
| albaMatrix | GetMatrix () const |
| void | SetMatrix (albaMatrix val) |
| albaString | GetName () const |
| void | SetName (albaString val) |
| vtkPolyData * | GetVTKData () |
| void | SetVTKData (vtkPolyData *vtkData) |
| albaString | GetDataFileName () const |
| virtual int | Load (XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node) override |
| virtual void | Store (XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc, XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *node) override |
| virtual void | Clear () override |
| virtual int | Load (XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node)=0 |
| virtual void | Store (XERCES_CPP_NAMESPACE_QUALIFIER DOMDocument *doc, XERCES_CPP_NAMESPACE_QUALIFIER DOMElement *node)=0 |
| virtual void | Clear ()=0 |
Protected Attributes | |
| albaMatrix | m_Matrix |
| albaString | m_Name |
| albaString | m_Filename |
Additional Inherited Members | |
Protected Member Functions inherited from ProStorable | |
| bool | CheckNodeElement (XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node, const char *elementName) |
| albaString | GetElementAttribute (XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node, const char *attributeName) |
Definition at line 92 of file albaProsthesesDBManager.h.
|
inline |
Definition at line 95 of file albaProsthesesDBManager.h.
References m_Matrix.
|
inline |
Definition at line 96 of file albaProsthesesDBManager.h.
References m_Matrix.
|
inline |
Definition at line 97 of file albaProsthesesDBManager.h.
References m_Name.
|
inline |
Definition at line 98 of file albaProsthesesDBManager.h.
References m_Name.
| vtkPolyData * albaProDBComponent::GetVTKData | ( | ) |
| void albaProDBComponent::SetVTKData | ( | vtkPolyData * | vtkData | ) |
|
inline |
Definition at line 101 of file albaProsthesesDBManager.h.
References m_Filename.
|
overridevirtual |
Implements ProStorable.
|
overridevirtual |
Implements ProStorable.
|
overridevirtual |
Implements ProStorable.
|
protected |
Definition at line 109 of file albaProsthesesDBManager.h.
Referenced by GetMatrix(), and SetMatrix().
|
protected |
Definition at line 110 of file albaProsthesesDBManager.h.
|
protected |
Definition at line 111 of file albaProsthesesDBManager.h.
Referenced by GetDataFileName().