OpenSceneGraph/doc/doc++/osgSim/ConeSector.html

137 lines
5.4 KiB
HTML
Raw Normal View History

2003-04-18 00:22:51 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>class OSGSIM_EXPORT osgSim::ConeSector</TITLE>
2004-08-06 14:53:36 +08:00
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.6">
2003-04-18 00:22:51 +08:00
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>class OSGSIM_EXPORT <A HREF="#DOC.DOCU">osgSim::ConeSector</A></H2></H2><HR>
<H2>Inheritance:</H2>
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=95>
2003-07-23 19:27:31 +08:00
<param name=classes value="Mosg::Object,M,CSector,MSector.html,CConeSector,MConeSector.html">
2003-04-18 00:22:51 +08:00
<param name=before value="M,M,M">
<param name=after value="Md_SP,Md_,M">
<param name=indent value="0,1,2">
<param name=arrowdir value="down">
</APPLET>
<HR>
<DL>
<P><DL>
<DT><H3>Public Methods</H3><DD><DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.18.1">ConeSector</A></B>()
2003-04-18 00:22:51 +08:00
<DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.18.2">ConeSector</A></B>(const <!1><A HREF="ConeSector.html#DOC.2.18.2">ConeSector</A>&amp; copy, const osg::CopyOp&amp; copyop = osg::CopyOp::SHALLOW_COPY)
2003-04-18 00:22:51 +08:00
<DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.18.3">ConeSector</A></B>(const osg::Vec3&amp; axis, float angle, float fadeangle=0.0f)
2003-04-18 00:22:51 +08:00
<DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="SequenceGroup.html#DOC.2.1.4">META_Object</A> <B><A HREF="#DOC.2.18.4">(osgSim, ConeSector)</A></B>(const osg::Vec3&amp; axis)
2003-04-18 00:22:51 +08:00
<DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const osg::Vec3&amp; <B><A HREF="#DOC.2.18.5">getAxis</A></B>() const
2003-04-18 00:22:51 +08:00
<DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.18.6">setAngle</A></B>(float angle, float fadeangle=0.0f)
2003-04-18 00:22:51 +08:00
<DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>float <B><A HREF="#DOC.2.18.7">getAngle</A></B>() const
2003-04-18 00:22:51 +08:00
<DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>float <B><A HREF="#DOC.2.18.8">getFadeAngle</A></B>() const
2003-07-23 19:27:31 +08:00
<DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual float <B><A HREF="#DOC.2.18.9">operator() </A></B>(const osg::Vec3&amp; eyeLocal) const
2003-04-18 00:22:51 +08:00
</DL></P>
<P><DL>
<DT><H3>Protected Fields</H3><DD><DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>osg::Vec3 <B><A HREF="#DOC.2.18.11">_axis</A></B>
2003-04-18 00:22:51 +08:00
<DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>float <B><A HREF="#DOC.2.18.12">_cosAngle</A></B>
2003-04-18 00:22:51 +08:00
<DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>float <B><A HREF="#DOC.2.18.13">_cosAngleFade</A></B>
2003-04-18 00:22:51 +08:00
</DL></P>
<P><DL>
<DT><H3>Protected Methods</H3><DD><DT>
2004-08-06 14:53:36 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <B><A HREF="#DOC.2.18.10">~ConeSector</A></B>()
2003-04-18 00:22:51 +08:00
</DL></P>
</DL>
<HR><H3>Inherited from <A HREF="Sector.html">Sector</A>:</H3>
<DL>
2003-07-23 19:27:31 +08:00
<P><DL>
<DT><H3>Public Methods</H3><DD><DT>
<IMG ALT="o" SRC=icon2.gif>virtual const char* <B>libraryName</B>() const
<DT>
<IMG ALT="o" SRC=icon2.gif>virtual const char* <B>className</B>() const
<DT>
<IMG ALT="o" SRC=icon2.gif>virtual bool <B>isSameKindAs</B>(const osg::Object* obj) const
</DL></P>
2003-04-18 00:22:51 +08:00
</DL>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<DL>
<A NAME="ConeSector"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.1"></A>
2003-04-18 00:22:51 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> ConeSector()</B></TT>
<DL><DT><DD></DL><P>
<A NAME="ConeSector"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.2"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> ConeSector(const <!1><A HREF="ConeSector.html#DOC.2.18.2">ConeSector</A>&amp; copy, const osg::CopyOp&amp; copyop = osg::CopyOp::SHALLOW_COPY)</B></TT>
2003-04-18 00:22:51 +08:00
<DL><DT><DD></DL><P>
2003-07-23 19:27:31 +08:00
<A NAME="ConeSector"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.3"></A>
2003-07-23 19:27:31 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> ConeSector(const osg::Vec3&amp; axis, float angle, float fadeangle=0.0f)</B></TT>
2003-04-18 00:22:51 +08:00
<DL><DT><DD></DL><P>
2003-07-23 19:27:31 +08:00
<A NAME="(osgSim, ConeSector)"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.4"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="SequenceGroup.html#DOC.2.1.4">META_Object</A> (osgSim, ConeSector)(const osg::Vec3&amp; axis)</B></TT>
2003-07-23 19:27:31 +08:00
<DL><DT><DD></DL><P>
<A NAME="getAxis"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.5"></A>
2003-04-18 00:22:51 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const osg::Vec3&amp; getAxis() const </B></TT>
<DL><DT><DD></DL><P>
<A NAME="setAngle"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.6"></A>
2003-04-18 00:22:51 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setAngle(float angle, float fadeangle=0.0f)</B></TT>
<DL><DT><DD></DL><P>
<A NAME="getAngle"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.7"></A>
2003-04-18 00:22:51 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>float getAngle() const </B></TT>
<DL><DT><DD></DL><P>
<A NAME="getFadeAngle"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.8"></A>
2003-04-18 00:22:51 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>float getFadeAngle() const </B></TT>
<DL><DT><DD></DL><P>
<A NAME="operator() "></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.9"></A>
2003-04-18 00:22:51 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual float operator() (const osg::Vec3&amp; eyeLocal) const </B></TT>
<DL><DT><DD></DL><P>
<A NAME="~ConeSector"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.10"></A>
2003-04-18 00:22:51 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual ~ConeSector()</B></TT>
<DL><DT><DD></DL><P>
<A NAME="_axis"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.11"></A>
2003-04-18 00:22:51 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>osg::Vec3 _axis</B></TT>
<DL><DT><DD></DL><P>
<A NAME="_cosAngle"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.12"></A>
2003-04-18 00:22:51 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>float _cosAngle</B></TT>
<DL><DT><DD></DL><P>
<A NAME="_cosAngleFade"></A>
2004-08-06 14:53:36 +08:00
<A NAME="DOC.2.18.13"></A>
2003-04-18 00:22:51 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>float _cosAngleFade</B></TT>
<DL><DT><DD></DL><P></DL>
<HR><DL><DT><B>This class has no child classes.</B></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>
2004-08-06 14:53:36 +08:00
This page was generated with the help of <A HREF="http://www.linuxsupportline.com/~doc++">DOC++</A>.
2003-04-18 00:22:51 +08:00
</BODY>
</HTML>