16 #ifndef SURGSIM_DATASTRUCTURES_TREEDATA_H 17 #define SURGSIM_DATASTRUCTURES_TREEDATA_H 24 namespace DataStructures
58 virtual bool isEqual(
const TreeData* data)
const = 0;
65 #endif // SURGSIM_DATASTRUCTURES_TREEDATA_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
virtual ~TreeData()
Destructor.
Definition: TreeData.cpp:25
bool operator!=(const TreeData &data) const
Returns true if the data are not equal; otherwise, returns false.
Definition: TreeData.cpp:34
TreeData()
Constructor.
Definition: TreeData.cpp:22
bool operator==(const TreeData &data) const
If the data are not of the same type, returns false; otherwise, compares with the implementation of i...
Definition: TreeData.cpp:29
Abstract base class for data stored in a Tree.
Definition: TreeData.h:29