7 #ifndef BALL_VIEW_KERNEL_CLIPPING_PLANE_H 8 #define BALL_VIEW_KERNEL_CLIPPING_PLANE_H 10 #ifndef BALL_DATATYPE_HASHSET_H 14 #ifndef BALL_VIEW_KERNEL_REPRESENTATION_H 71 float getDistance()
const;
80 void flip() { normal_ = -normal_;}
105 #endif // BALL_VIEW_KERNEL_CLIPPING_PLANE_H void setActive(bool state)
HashSet< const Representation * > reps_
void setCappingEnabled(bool state)
static ColorRGBA & getCappingColor()
const Vector3 & getNormal() const
bool cappingEnabled() const
HashSet< const Representation * > & getRepresentations()
void setPoint(const Vector3 &v)
static ColorRGBA capping_color_
void setNormal(const Vector3 &normal)
void setHidden(bool hidden)
BALL_EXPORT bool operator==(const String &s1, const String &s2)
const Vector3 & getPoint() const
#define BALL_CREATE(name)