Go to the documentation of this file.
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)
const Vector3 & getNormal() const
void setPoint(const Vector3 &v)
HashSet< const Representation * > & getRepresentations()
void setCappingEnabled(bool state)
void setNormal(const Vector3 &normal)
static ColorRGBA capping_color_
BALL_EXPORT bool operator==(const String &s1, const String &s2)
bool cappingEnabled() const
HashSet< const Representation * > reps_
#define BALL_CREATE(name)
void setHidden(bool hidden)
static ColorRGBA & getCappingColor()
const Vector3 & getPoint() const