OpenSceneGraph/doc/doc++/osg/PrimitiveFunctor.html

103 lines
4.8 KiB
HTML
Raw Normal View History

2002-07-19 03:54:11 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>class osg::Drawable::PrimitiveFunctor</TITLE>
2003-01-25 07:36:35 +08:00
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
2002-07-19 03:54:11 +08:00
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>class <A HREF="#DOC.DOCU">PrimitiveFunctor</A></H2></H2><HR>
<H2>Inheritance:</H2>
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
<param name=classes value="CPrimitiveFunctor,MPrimitiveFunctor.html,CStatistics,MStatistics.html">
<param name=before value="M,M^_">
<param name=after value="M,M">
<param name=indent value="0,0">
<param name=arrowdir value="down">
</APPLET>
<HR>
<DL>
<P><DL>
<DT><H3>Public Methods</H3><DD><DT>
2003-01-25 07:36:35 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <B><A HREF="#DOC.2.60.54.1">~PrimitiveFunctor</A></B>()
2002-07-19 03:54:11 +08:00
<DT>
2003-01-25 07:36:35 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.54.2">setVertexArray</A></B>(unsigned int count, const <!1><A HREF="Vec3.html">Vec3</A>* vertices) = 0
2002-07-19 03:54:11 +08:00
<DT>
2003-01-25 07:36:35 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.54.3">drawArrays</A></B>(GLenum mode, GLint <!1><A HREF="ImpostorSpriteManager.html#DOC.2.78.3">first</A>, GLsizei count) = 0
2002-07-19 03:54:11 +08:00
<DT>
2003-01-25 07:36:35 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.54.4">drawElements</A></B>(GLenum mode, GLsizei count, const GLubyte* indices) = 0
2002-07-19 03:54:11 +08:00
<DT>
2003-01-25 07:36:35 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.54.5">drawElements</A></B>(GLenum mode, GLsizei count, const GLushort* indices) = 0
2002-07-19 03:54:11 +08:00
<DT>
2003-01-25 07:36:35 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.54.6">drawElements</A></B>(GLenum mode, GLsizei count, const GLuint* indices) = 0
2002-07-19 03:54:11 +08:00
<DT>
2003-01-25 07:36:35 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.54.7">begin</A></B>(GLenum mode) = 0
2002-07-19 03:54:11 +08:00
<DT>
2003-01-25 07:36:35 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.54.8">vertex</A></B>(const <!1><A HREF="Vec3.html">Vec3</A>&amp; vert) = 0
2002-07-19 03:54:11 +08:00
<DT>
2003-01-25 07:36:35 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.54.9">vertex</A></B>(float <!1><A HREF="Viewport.html#DOC.2.207.7">x</A>, float <!1><A HREF="Viewport.html#DOC.2.207.8">y</A>, float <!1><A HREF="Vec4.html#DOC.2.203.15">z</A>) = 0
2002-07-19 03:54:11 +08:00
<DT>
2003-01-25 07:36:35 +08:00
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.60.54.10">end</A></B>() = 0
2002-07-19 03:54:11 +08:00
</DL></P>
</DL>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<DL>
<A NAME="~PrimitiveFunctor"></A>
2003-01-25 07:36:35 +08:00
<A NAME="DOC.2.60.54.1"></A>
2002-07-19 03:54:11 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual ~PrimitiveFunctor()</B></TT>
<DL><DT><DD></DL><P>
<A NAME="setVertexArray"></A>
2003-01-25 07:36:35 +08:00
<A NAME="DOC.2.60.54.2"></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) = 0</B></TT>
2002-07-19 03:54:11 +08:00
<DL><DT><DD></DL><P>
<A NAME="drawArrays"></A>
2003-01-25 07:36:35 +08:00
<A NAME="DOC.2.60.54.3"></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.78.3">first</A>, GLsizei count) = 0</B></TT>
2002-07-19 03:54:11 +08:00
<DL><DT><DD></DL><P>
<A NAME="drawElements"></A>
2003-01-25 07:36:35 +08:00
<A NAME="DOC.2.60.54.4"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void drawElements(GLenum mode, GLsizei count, const GLubyte* indices) = 0</B></TT>
2002-07-19 03:54:11 +08:00
<DL><DT><DD></DL><P>
<A NAME="drawElements"></A>
2003-01-25 07:36:35 +08:00
<A NAME="DOC.2.60.54.5"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void drawElements(GLenum mode, GLsizei count, const GLushort* indices) = 0</B></TT>
2002-07-19 03:54:11 +08:00
<DL><DT><DD></DL><P>
<A NAME="drawElements"></A>
2003-01-25 07:36:35 +08:00
<A NAME="DOC.2.60.54.6"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void drawElements(GLenum mode, GLsizei count, const GLuint* indices) = 0</B></TT>
2002-07-19 03:54:11 +08:00
<DL><DT><DD></DL><P>
<A NAME="begin"></A>
2003-01-25 07:36:35 +08:00
<A NAME="DOC.2.60.54.7"></A>
2002-07-19 03:54:11 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void begin(GLenum mode) = 0</B></TT>
<DL><DT><DD></DL><P>
<A NAME="vertex"></A>
2003-01-25 07:36:35 +08:00
<A NAME="DOC.2.60.54.8"></A>
2002-07-19 03:54:11 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void vertex(const <!1><A HREF="Vec3.html">Vec3</A>&amp; vert) = 0</B></TT>
<DL><DT><DD></DL><P>
<A NAME="vertex"></A>
2003-01-25 07:36:35 +08:00
<A NAME="DOC.2.60.54.9"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void vertex(float <!1><A HREF="Viewport.html#DOC.2.207.7">x</A>, float <!1><A HREF="Viewport.html#DOC.2.207.8">y</A>, float <!1><A HREF="Vec4.html#DOC.2.203.15">z</A>) = 0</B></TT>
2002-07-19 03:54:11 +08:00
<DL><DT><DD></DL><P>
<A NAME="end"></A>
2003-01-25 07:36:35 +08:00
<A NAME="DOC.2.60.54.10"></A>
2002-07-19 03:54:11 +08:00
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void end() = 0</B></TT>
<DL><DT><DD></DL><P></DL>
<HR>
<DL><DT><B>Direct child classes:
</B><DD><A HREF="Statistics.html">Statistics</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>