Public Member Functions |
| InfinitePlane () |
| InfinitePlane (const InfinitePlane &plane, const CopyOp ©op=CopyOp::SHALLOW_COPY) |
| META_Shape (osg, InfinitePlane) |
| Shape () |
| Shape (const Shape &sa, const CopyOp ©op=CopyOp::SHALLOW_COPY) |
virtual Object * | cloneType () const =0 |
virtual Object * | clone (const CopyOp &) const =0 |
virtual bool | isSameKindAs (const Object *obj) const |
virtual const char * | libraryName () const |
virtual const char * | className () const |
virtual void | accept (ShapeVisitor &)=0 |
virtual void | accept (ConstShapeVisitor &) const =0 |
| Object () |
| Object (bool threadSafeRefUnref) |
| Object (const Object &, const CopyOp ©op=CopyOp::SHALLOW_COPY) |
virtual void | setThreadSafeRefUnref (bool threadSafe) |
virtual void | setName (const std::string &name) |
void | setName (const char *name) |
const std::string & | getName () const |
void | setDataVariance (DataVariance dv) |
DataVariance | getDataVariance () const |
virtual void | computeDataVariance () |
void | setUserDataContainer (osg::UserDataContainer *udc) |
osg::UserDataContainer * | getUserDataContainer () |
const osg::UserDataContainer * | getUserDataContainer () const |
osg::UserDataContainer * | getOrCreateUserDataContainer () |
virtual void | setUserData (Referenced *obj) |
virtual Referenced * | getUserData () |
virtual const Referenced * | getUserData () const |
template<typename T > |
bool | getUserValue (const std::string &name, T &value) const |
template<typename T > |
void | setUserValue (const std::string &name, const T &value) |
virtual void | resizeGLObjectBuffers (unsigned int) |
virtual void | releaseGLObjects (osg::State *=0) const |
| Referenced () |
| Referenced (bool threadSafeRefUnref) |
| Referenced (const Referenced &) |
Referenced & | operator= (const Referenced &) |
bool | getThreadSafeRefUnref () const |
OpenThreads::Mutex * | getRefMutex () const |
int | ref () const |
int | unref () const |
int | unref_nodelete () const |
int | referenceCount () const |
ObserverSet * | getObserverSet () const |
ObserverSet * | getOrCreateObserverSet () const |
void | addObserver (Observer *observer) const |
void | removeObserver (Observer *observer) const |
| Plane () |
| Default constructor.
|
| Plane (const Plane &pl) |
| Plane (value_type a, value_type b, value_type c, value_type d) |
| Constructor.
|
| Plane (const Vec4f &vec) |
| Constructor.
|
| Plane (const Vec4d &vec) |
| Constructor.
|
| Plane (const Vec3_type &norm, value_type d) |
| Constructor.
|
| Plane (const Vec3_type &v1, const Vec3_type &v2, const Vec3_type &v3) |
| Constructor.
|
| Plane (const Vec3_type &norm, const Vec3_type &point) |
| Constructor.
|
Plane & | operator= (const Plane &pl) |
void | set (const Plane &pl) |
void | set (value_type a, value_type b, value_type c, value_type d) |
void | set (const Vec4f &vec) |
void | set (const Vec4d &vec) |
void | set (const Vec3_type &norm, double d) |
void | set (const Vec3_type &v1, const Vec3_type &v2, const Vec3_type &v3) |
void | set (const Vec3_type &norm, const Vec3_type &point) |
void | flip () |
void | makeUnitLength () |
void | calculateUpperLowerBBCorners () |
bool | valid () const |
| Checks if all internal values describing the plane have valid numbers.
|
bool | isNaN () const |
bool | operator== (const Plane &plane) const |
bool | operator!= (const Plane &plane) const |
bool | operator< (const Plane &plane) const |
value_type * | ptr () |
const value_type * | ptr () const |
Vec4_type | asVec4 () const |
value_type & | operator[] (unsigned int i) |
value_type | operator[] (unsigned int i) const |
Vec3_type | getNormal () const |
float | distance (const osg::Vec3f &v) const |
double | distance (const osg::Vec3d &v) const |
float | dotProductNormal (const osg::Vec3f &v) const |
double | dotProductNormal (const osg::Vec3d &v) const |
int | intersect (const std::vector< Vec3f > &vertices) const |
int | intersect (const std::vector< Vec3d > &vertices) const |
int | intersect (const BoundingSphere &bs) const |
int | intersect (const BoundingBox &bb) const |
void | transform (const osg::Matrix &matrix) |
void | transformProvidingInverse (const osg::Matrix &matrix) |