7 #ifndef BALL_VIEW_PRIMITIV_BOX_H 8 #define BALL_VIEW_PRIMITIV_BOX_H 10 #ifndef BALL_VIEW_KERNEL_GEOMETRICOBJECT_H 14 #ifndef BALL_MATHS_BOX3_H 90 void set(
const Box& box);
94 const Box& operator = (
const Box& box);
111 virtual bool isValid()
const;
123 virtual void dump(std::ostream& s = std::cout,
Size depth = 0)
const;
126 virtual void getVertices(vector<Vector3>& vertices)
const;
133 #endif // BALL_VIEW_PRIMITIV_BOX_H
#define BALL_CREATE(name)
TVector3< float > Vector3
-*- Mode: C++; tab-width: 2; -*-