139 lines
6.6 KiB
HTML
139 lines
6.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>template<class T> class osg::TriangleFunctor</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>template<class <!1><A HREF="TexGen.html#DOC.2.173.11.2">T</A>> class <A HREF="#DOC.DOCU">osg::TriangleFunctor</A></H2></H2><HR>
|
|
|
|
<H2>Inheritance:</H2>
|
|
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=95>
|
|
<param name=classes value="MT,M,MDrawable::PrimitiveFunctor,M,CTriangleFunctor,MTriangleFunctor.html">
|
|
<param name=before value="M,M,M">
|
|
<param name=after value="Ml_,MD_,M">
|
|
<param name=indent value="0,0,1">
|
|
<param name=arrowdir value="down">
|
|
</APPLET>
|
|
<HR>
|
|
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.60.1">TriangleFunctor</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <B><A HREF="#DOC.2.60.2">~TriangleFunctor</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.3">setVertexArray</A></B>(unsigned int count, const <!1><A HREF="Vec3.html">Vec3</A>* vertices)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.4">drawArrays</A></B>(GLenum mode, GLint <!1><A HREF="ImpostorSpriteManager.html#DOC.2.80.3">first</A>, GLsizei count)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.5">drawElements</A></B>(GLenum mode, GLsizei count, const GLubyte* indices)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.6">drawElements</A></B>(GLenum mode, GLsizei count, const GLushort* indices)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.7">drawElements</A></B>(GLenum mode, GLsizei count, const GLuint* indices)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline void <B><A HREF="#DOC.2.60.8">begin</A></B>(GLenum mode)
|
|
<DD><I>begin(),vertex() & end() are convinience methods for adapting non vertex array primitives to vertex array based primitives.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline void <B><A HREF="#DOC.2.60.9">vertex</A></B>(const <!1><A HREF="Vec3.html">Vec3</A>& vert)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline void <B><A HREF="#DOC.2.60.10">vertex</A></B>(float <!1><A HREF="Viewport.html#DOC.2.200.7">x</A>, float <!1><A HREF="Viewport.html#DOC.2.200.8">y</A>, float <!1><A HREF="Vec4.html#DOC.2.197.15">z</A>)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline void <B><A HREF="#DOC.2.60.11">end</A></B>()
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Fields</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>unsigned int <B><A HREF="#DOC.2.60.12">_vertexArraySize</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const <!1><A HREF="Vec3.html">Vec3</A>* <B><A HREF="#DOC.2.60.13">_vertexArrayPtr</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>GLenum <B><A HREF="#DOC.2.60.14">_modeCache</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>std::vector<<!1><A HREF="Vec3.html">Vec3</A>> <B><A HREF="#DOC.2.60.15">_vertexCache</A></B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<DL>
|
|
|
|
<A NAME="TriangleFunctor"></A>
|
|
<A NAME="DOC.2.60.1"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> TriangleFunctor()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="~TriangleFunctor"></A>
|
|
<A NAME="DOC.2.60.2"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual ~TriangleFunctor()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setVertexArray"></A>
|
|
<A NAME="DOC.2.60.3"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void setVertexArray(unsigned int count, const <!1><A HREF="Vec3.html">Vec3</A>* vertices)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="drawArrays"></A>
|
|
<A NAME="DOC.2.60.4"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void drawArrays(GLenum mode, GLint <!1><A HREF="ImpostorSpriteManager.html#DOC.2.80.3">first</A>, GLsizei count)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="drawElements"></A>
|
|
<A NAME="DOC.2.60.5"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void drawElements(GLenum mode, GLsizei count, const GLubyte* indices)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="drawElements"></A>
|
|
<A NAME="DOC.2.60.6"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void drawElements(GLenum mode, GLsizei count, const GLushort* indices)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="drawElements"></A>
|
|
<A NAME="DOC.2.60.7"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void drawElements(GLenum mode, GLsizei count, const GLuint* indices)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="begin"></A>
|
|
<A NAME="DOC.2.60.8"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline void begin(GLenum mode)</B></TT>
|
|
<DD>begin(),vertex() & end() are convinience methods for adapting
|
|
non vertex array primitives to vertex array based primitives.
|
|
this is done to simplify the implementation of primtive functor
|
|
subclasses - users only need override drawArray and drawElements.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="vertex"></A>
|
|
<A NAME="DOC.2.60.9"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline void vertex(const <!1><A HREF="Vec3.html">Vec3</A>& vert)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="vertex"></A>
|
|
<A NAME="DOC.2.60.10"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline void vertex(float <!1><A HREF="Viewport.html#DOC.2.200.7">x</A>, float <!1><A HREF="Viewport.html#DOC.2.200.8">y</A>, float <!1><A HREF="Vec4.html#DOC.2.197.15">z</A>)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="end"></A>
|
|
<A NAME="DOC.2.60.11"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline void end()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_vertexArraySize"></A>
|
|
<A NAME="DOC.2.60.12"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>unsigned int _vertexArraySize</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_vertexArrayPtr"></A>
|
|
<A NAME="DOC.2.60.13"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const <!1><A HREF="Vec3.html">Vec3</A>* _vertexArrayPtr</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_modeCache"></A>
|
|
<A NAME="DOC.2.60.14"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>GLenum _modeCache</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_vertexCache"></A>
|
|
<A NAME="DOC.2.60.15"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>std::vector<<!1><A HREF="Vec3.html">Vec3</A>> _vertexCache</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>
|
|
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
|
|
</BODY>
|
|
</HTML>
|