Google

class SG_EXPORT osg::ClipPlane

ClipPlane state class which encapsulates OpenGL glClipPlane() functionality

Inheritance:


Public Methods

[more] ClipPlane()
[more]inline ClipPlane(unsigned int no, const Vec4& plane)
[more]inline ClipPlane(unsigned int no, const Plane& plane)
[more]inline ClipPlane(unsigned int no, double a, double b, double c, double d)
[more] ClipPlane(const ClipPlane& cp, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
Copy constructor using CopyOp to manage deep vs shallow copy
[more] META_StateAttribute(osg, ClipPlane, (Type)(CLIPPLANE+_clipPlaneNum))
[more]virtual int compare(const StateAttribute& sa) const
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
[more]virtual void getAssociatedModes(std::vector<GLMode>& modes) const
[more]void setClipPlane(const Vec4& plane)
Set the clip plane, using a Vec4 to define plane.
[more]void setClipPlane(const Plane& plane)
Set the clip plane, using a Plane to define plane.
[more]void setClipPlane(const double* plane)
Set the clip plane, using a double[4] to define plane.
[more]void setClipPlane(double a, double b, double c, double d)
Set the clip plane, using a a to define plane.
[more]void getClipPlane(Vec4& plane) const
Get the clip plane, values entered into a Vec4 passed to the getClipPlane.
[more]void getClipPlane(Plane& plane) const
Get the clip plane, values entered into a Plane passed to the getClipPlane.
[more]void getClipPlane(double* plane) const
Get the clip plane, values entered into a double[4] passed to the getClipPlane.
[more]void setClipPlaneNum(unsigned int num)
Set the clip plane number.
[more]unsigned int getClipPlaneNum() const
Get the clip plane number.
[more]virtual void apply(State& state) const
Apply the clip plane's state to the OpenGL state machine.

Protected Fields

[more]double _clipPlane[4]
[more]unsigned int _clipPlaneNum

Protected Methods

[more]virtual ~ClipPlane()


Inherited from StateAttribute:

Public Methods

ovirtual Object* cloneType() const
ovirtual Object* clone(const CopyOp&) const
ovirtual bool isSameKindAs(const Object* obj) const
ovirtual const char* libraryName() const
ovirtual const char* className() const
ovirtual Type getType() const
ovirtual bool isTextureAttribute() const
obool operator < (const StateAttribute& rhs) const
obool operator == (const StateAttribute& rhs) const
obool operator != (const StateAttribute& rhs) const
ovirtual void compile(State&) const

Public Members

otypedef GLenum GLMode
otypedef unsigned int GLModeValue
otypedef unsigned int OverrideValue
oenum Values
otypedef unsigned int Type
oenum Types


Inherited from Object:

Public Methods

oinline void setDataVariance(DataVariance dv)
oinline DataVariance getDataVariance() const
oinline void setUserData(Referenced* obj)
oinline Referenced* getUserData()
oinline const Referenced* getUserData() const

Public Members

oenum DataVariance

Protected Fields

oDataVariance _dataVariance
oref_ptr<Referenced> _userData


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
ostatic void setDeleteHandler(DeleteHandler* handler)
ostatic DeleteHandler* getDeleteHandler()
oinline void ref() const
oinline void unref_nodelete() const
oinline int referenceCount() const
oinline void unref() const

Protected Fields

omutable int _refCount


Documentation

ClipPlane state class which encapsulates OpenGL glClipPlane() functionality
o ClipPlane()

oinline ClipPlane(unsigned int no, const Vec4& plane)

oinline ClipPlane(unsigned int no, const Plane& plane)

oinline ClipPlane(unsigned int no, double a, double b, double c, double d)

o ClipPlane(const ClipPlane& cp, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
Copy constructor using CopyOp to manage deep vs shallow copy

o META_StateAttribute(osg, ClipPlane, (Type)(CLIPPLANE+_clipPlaneNum))

ovirtual int compare(const StateAttribute& sa) const
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs

ovirtual void getAssociatedModes(std::vector<GLMode>& modes) const

ovoid setClipPlane(const Vec4& plane)
Set the clip plane, using a Vec4 to define plane.

ovoid setClipPlane(const Plane& plane)
Set the clip plane, using a Plane to define plane.

ovoid setClipPlane(const double* plane)
Set the clip plane, using a double[4] to define plane.

ovoid setClipPlane(double a, double b, double c, double d)
Set the clip plane, using a a to define plane.

ovoid getClipPlane(Vec4& plane) const
Get the clip plane, values entered into a Vec4 passed to the getClipPlane.

ovoid getClipPlane(Plane& plane) const
Get the clip plane, values entered into a Plane passed to the getClipPlane.

ovoid getClipPlane(double* plane) const
Get the clip plane, values entered into a double[4] passed to the getClipPlane.

ovoid setClipPlaneNum(unsigned int num)
Set the clip plane number.

ounsigned int getClipPlaneNum() const
Get the clip plane number.

ovirtual void apply(State& state) const
Apply the clip plane's state to the OpenGL state machine.

ovirtual ~ClipPlane()

odouble _clipPlane[4]

ounsigned int _clipPlaneNum


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.