2003-04-18 00:22:51 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > class SG_EXPORT osg::Shape< / TITLE >
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.10" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > class SG_EXPORT < A HREF = "#DOC.DOCU" > osg::Shape< / A > < / H2 > < / H2 > < BLOCKQUOTE > Base class for all shape types.< / BLOCKQUOTE >
< HR >
< H2 > Inheritance:< / H2 >
< APPLET CODE = "ClassGraph.class" WIDTH = 600 HEIGHT = 335 >
< param name = classes value = "CReferenced,MReferenced.html,CObject,MObject.html,CShape,MShape.html,CTriangleMesh,MTriangleMesh.html,CSphere,MSphere.html,CInfinitePlane,MInfinitePlane.html,CHeightField,MHeightField.html,CCylinder,MCylinder.html,CCone,MCone.html,CCompositeShape,MCompositeShape.html,CBox,MBox.html" >
< param name = before value = "M,M,M,M|_,MR_,MR_,MR_,MR_,MR_,MR_,Mr_" >
< param name = after value = "Md_SP,Md_,M,M,M,M,M,M,M,M,M" >
< param name = indent value = "0,1,2,2,2,2,2,2,2,2,2" >
< param name = arrowdir value = "down" >
< / APPLET >
< HR >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.170.1" > Shape< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > < B > < A HREF = "#DOC.2.170.2" > Shape< / A > < / B > (const <!1> < A HREF = "Shape.html#DOC.2.170.2" > Shape< / A > & sa, const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & copyop=CopyOp::SHALLOW_COPY)
2003-04-18 00:22:51 +08:00
< DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual <!1> < A HREF = "Object.html" > Object< / A > * < B > < A HREF = "#DOC.2.170.3" > cloneType< / A > < / B > () const = 0
2003-04-18 00:22:51 +08:00
< DD > < I > Clone the type of an attribute, with Object* return type.< / I >
< DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual <!1> < A HREF = "Object.html" > Object< / A > * < B > < A HREF = "#DOC.2.170.4" > clone< / A > < / B > (const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & ) const = 0
2003-04-18 00:22:51 +08:00
< DD > < I > Clone an attribute, with Object* return type.< / I >
< DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual bool < B > < A HREF = "#DOC.2.170.5" > isSameKindAs< / A > < / B > (const <!1> < A HREF = "Object.html" > Object< / A > * obj) const
2003-04-18 00:22:51 +08:00
< DD > < I > return true if this and obj are of the same kind of object< / I >
< DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual const char* < B > < A HREF = "#DOC.2.170.6" > libraryName< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DD > < I > return the name of the attribute's library< / I >
< DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual const char* < B > < A HREF = "#DOC.2.170.7" > className< / A > < / B > () const
2003-04-18 00:22:51 +08:00
< DD > < I > return the name of the attribute's class type< / I >
< DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.170.8" > accept< / A > < / B > (<!1> < A HREF = "ShapeVisitor.html" > ShapeVisitor< / A > & ) = 0
2003-04-18 00:22:51 +08:00
< DD > < I > accept a non const shape visitor which can be used on non const shape objects.< / I >
< DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual void < B > < A HREF = "#DOC.2.170.9" > accept< / A > < / B > (<!1> < A HREF = "ConstShapeVisitor.html" > ConstShapeVisitor< / A > & ) const = 0
2003-04-18 00:22:51 +08:00
< DD > < I > accept a const shape visitor which can be used on const shape objects.< / I >
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Methods< / H3 > < DD > < DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > virtual < B > < A HREF = "#DOC.2.170.10" > ~Shape< / A > < / B > ()
2003-04-18 00:22:51 +08:00
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Object.html" > Object< / A > :< / H3 >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setDataVariance< / B > (<!1> < A HREF = "Object.html#DOC.2.135.8" > DataVariance< / A > dv)
2003-04-18 00:22:51 +08:00
< DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Object.html#DOC.2.135.8" > DataVariance< / A > < B > getDataVariance< / B > () const
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > setUserData< / B > (<!1> < A HREF = "Referenced.html" > Referenced< / A > * obj)
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Referenced.html" > Referenced< / A > * < B > getUserData< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline const <!1> < A HREF = "Referenced.html" > Referenced< / A > * < B > getUserData< / B > () const
< / DL > < / P >
< P > < DL >
< DT > < H3 > Public Members< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > enum < B > DataVariance< / B >
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
2003-09-10 16:35:16 +08:00
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "Object.html#DOC.2.135.8" > DataVariance< / A > < B > _dataVariance< / B >
2003-04-18 00:22:51 +08:00
< DT >
< IMG ALT = "o" SRC = icon2.gif > <!1> < A HREF = "ref_ptr.html" > ref_ptr< / A > < <!1> < A HREF = "Referenced.html" > Referenced< / A > > < B > _userData< / B >
< / DL > < / P >
< / DL >
< HR > < H3 > Inherited from < A HREF = "Referenced.html" > Referenced< / A > :< / H3 >
< DL >
< P > < DL >
< DT > < H3 > Public Methods< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > inline <!1> < A HREF = "Referenced.html" > Referenced< / A > & < B > operator = < / B > (<!1> < A HREF = "Referenced.html" > Referenced< / A > & )
< DT >
< IMG ALT = "o" SRC = icon2.gif > static void < B > setDeleteHandler< / B > (<!1> < A HREF = "DeleteHandler.html" > DeleteHandler< / A > * handler)
< DT >
< IMG ALT = "o" SRC = icon2.gif > static <!1> < A HREF = "DeleteHandler.html" > DeleteHandler< / A > * < B > getDeleteHandler< / B > ()
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > ref< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > unref_nodelete< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline int < B > referenceCount< / B > () const
< DT >
< IMG ALT = "o" SRC = icon2.gif > inline void < B > unref< / B > () const
< / DL > < / P >
< P > < DL >
< DT > < H3 > Protected Fields< / H3 > < DD > < DT >
< IMG ALT = "o" SRC = icon2.gif > mutable int < B > _refCount< / B >
< / DL > < / P >
< / DL >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< BLOCKQUOTE > Base class for all shape types.
Shapes are used to either for culling and collision detection or
to define the geometric shape of procedurally generate Geometry.< / BLOCKQUOTE >
< DL >
< A NAME = "Shape" > < / A >
2003-09-10 16:35:16 +08:00
< A NAME = "DOC.2.170.1" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > Shape()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "Shape" > < / A >
2003-09-10 16:35:16 +08:00
< A NAME = "DOC.2.170.2" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > Shape(const <!1> < A HREF = "Shape.html#DOC.2.170.2" > Shape< / A > & sa, const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & copyop=CopyOp::SHALLOW_COPY)< / B > < / TT >
2003-04-18 00:22:51 +08:00
< DL > < DT > < DD > < / DL > < P >
< A NAME = "cloneType" > < / A >
2003-09-10 16:35:16 +08:00
< A NAME = "DOC.2.170.3" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual <!1> < A HREF = "Object.html" > Object< / A > * cloneType() const = 0< / B > < / TT >
< DD > Clone the type of an attribute, with Object* return type.
Must be defined by derived classes.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "clone" > < / A >
2003-09-10 16:35:16 +08:00
< A NAME = "DOC.2.170.4" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual <!1> < A HREF = "Object.html" > Object< / A > * clone(const <!1> < A HREF = "CopyOp.html" > CopyOp< / A > & ) const = 0< / B > < / TT >
< DD > Clone an attribute, with Object* return type.
Must be defined by derived classes.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "isSameKindAs" > < / A >
2003-09-10 16:35:16 +08:00
< A NAME = "DOC.2.170.5" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual bool isSameKindAs(const <!1> < A HREF = "Object.html" > Object< / A > * obj) const < / B > < / TT >
< DD > return true if this and obj are of the same kind of object
< DL > < DT > < DD > < / DL > < P >
< A NAME = "libraryName" > < / A >
2003-09-10 16:35:16 +08:00
< A NAME = "DOC.2.170.6" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual const char* libraryName() const < / B > < / TT >
< DD > return the name of the attribute's library
< DL > < DT > < DD > < / DL > < P >
< A NAME = "className" > < / A >
2003-09-10 16:35:16 +08:00
< A NAME = "DOC.2.170.7" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual const char* className() const < / B > < / TT >
< DD > return the name of the attribute's class type
< DL > < DT > < DD > < / DL > < P >
< A NAME = "accept" > < / A >
2003-09-10 16:35:16 +08:00
< A NAME = "DOC.2.170.8" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void accept(<!1> < A HREF = "ShapeVisitor.html" > ShapeVisitor< / A > & ) = 0< / B > < / TT >
< DD > accept a non const shape visitor which can be used on non const shape objects.
Must be defined by derived classes.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "accept" > < / A >
2003-09-10 16:35:16 +08:00
< A NAME = "DOC.2.170.9" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual void accept(<!1> < A HREF = "ConstShapeVisitor.html" > ConstShapeVisitor< / A > & ) const = 0< / B > < / TT >
< DD > accept a const shape visitor which can be used on const shape objects.
Must be defined by derived classes.
< DL > < DT > < DD > < / DL > < P >
< A NAME = "~Shape" > < / A >
2003-09-10 16:35:16 +08:00
< A NAME = "DOC.2.170.10" > < / A >
2003-04-18 00:22:51 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > virtual ~Shape()< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< HR >
< DL > < DT > < B > Direct child classes:
< / B > < DD > < A HREF = "TriangleMesh.html" > TriangleMesh< / A > < BR >
< A HREF = "Sphere.html" > Sphere< / A > < BR >
< A HREF = "InfinitePlane.html" > InfinitePlane< / A > < BR >
< A HREF = "HeightField.html" > HeightField< / A > < BR >
< A HREF = "Cylinder.html" > Cylinder< / A > < BR >
< A HREF = "Cone.html" > Cone< / A > < BR >
< A HREF = "CompositeShape.html" > CompositeShape< / A > < BR >
< A HREF = "Box.html" > Box< / A > < BR >
< / DL >
< DL > < DT > < DD > < / DL > < P > < P > < I > < A HREF = "index.html" > Alphabetic index< / A > < / I > < I > < A HREF = "HIER.html" > HTML hierarchy of classes< / A > or < A HREF = "HIERjava.html" > Java< / A > < / I > < / P > < HR >
< BR >
This page was generated with the help of < A HREF = "http://docpp.sourceforge.net" > DOC++< / A > .
< / BODY >
< / HTML >