OSG
3.4.0
|
#include <Shape.h>
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) | |
std::string | getCompoundClassName () const |
virtual Node * | asNode () |
virtual const Node * | asNode () const |
virtual NodeVisitor * | asNodeVisitor () |
virtual const NodeVisitor * | asNodeVisitor () const |
virtual StateAttribute * | asStateAttribute () |
virtual const StateAttribute * | asStateAttribute () const |
virtual Uniform * | asUniform () |
virtual const Uniform * | asUniform () const |
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 |
template<typename T > | |
BoolValueObject UCharValueObject UShortValueObject UIntValueObject DoubleValueObject Vec3fValueObject Vec2dValueObject Vec4dValueObject PlaneValueObject MatrixdValueObject BoundingBoxdValueObject BoundingSpheredValueObject bool | getUserValue (const std::string &name, T &value) 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. More... | |
Plane (const Plane &pl) | |
Plane (value_type a, value_type b, value_type c, value_type d) | |
Constructor. More... | |
Plane (const Vec4f &vec) | |
Constructor. More... | |
Plane (const Vec4d &vec) | |
Constructor. More... | |
Plane (const Vec3_type &norm, value_type d) | |
Constructor. More... | |
Plane (const Vec3_type &v1, const Vec3_type &v2, const Vec3_type &v3) | |
Constructor. More... | |
Plane (const Vec3_type &norm, const Vec3_type &point) | |
Constructor. More... | |
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. More... | |
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) |
Protected Member Functions | |
virtual | ~InfinitePlane () |
![]() | |
virtual | ~Shape () |
![]() | |
virtual | ~Object () |
![]() | |
virtual | ~Referenced () |
void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
void | deleteUsingDeleteHandler () const |
Additional Inherited Members | |
![]() | |
enum | DataVariance { DYNAMIC, STATIC, UNSPECIFIED } |
![]() | |
enum | { num_components = 3 } |
typedef double | value_type |
typedef Vec3d | Vec3_type |
typedef Vec4d | Vec4_type |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
static bool | getThreadSafeReferenceCounting () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
std::string | _name |
DataVariance | _dataVariance |
osg::UserDataContainer * | _userDataContainer |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
![]() | |
value_type | _fv [4] |
unsigned int | _upperBBCorner |
unsigned int | _lowerBBCorner |
|
inline |
|
protectedvirtual |
osg::InfinitePlane::META_Shape | ( | osg | , |
InfinitePlane | |||
) |