95 lines
4.3 KiB
HTML
95 lines
4.3 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE>class OSGUTIL_EXPORT osgUtil::PickVisitor</TITLE>
|
||
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
|
||
|
<H2>class OSGUTIL_EXPORT <A HREF="#DOC.DOCU">osgUtil::PickVisitor</A></H2></H2><HR>
|
||
|
|
||
|
<H2>Inheritance:</H2>
|
||
|
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
|
||
|
<param name=classes value="Mosg::NodeVisitor,M,CPickVisitor,MPickVisitor.html">
|
||
|
<param name=before value="M,M">
|
||
|
<param name=after value="Md_,M">
|
||
|
<param name=indent value="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.12.1">PickVisitor</A></B>()
|
||
|
<DT>
|
||
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.12.2">~PickVisitor</A></B>()
|
||
|
<DT>
|
||
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.12.3">apply</A></B>(osg::Projection& pr)
|
||
|
<DT>
|
||
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="IntersectVisitor.html#DOC.2.9.5">osgUtil::IntersectVisitor::HitList</A>& <B><A HREF="#DOC.2.12.4">getHits</A></B>(osg::Node* nd, const osg::Matrix &projm, const float x, const float y)
|
||
|
<DT>
|
||
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="IntersectVisitor.html#DOC.2.9.5">osgUtil::IntersectVisitor::HitList</A>& <B><A HREF="#DOC.2.12.5">getHits</A></B>(<!1><A HREF="SceneView.html">osgUtil::SceneView</A>* , double x, double y)
|
||
|
<DT>
|
||
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="IntersectVisitor.html#DOC.2.9.5">osgUtil::IntersectVisitor::HitList</A>& <B><A HREF="#DOC.2.12.6">getHits</A></B>(osg::Node* nd, const osg::Vec3 near_point, const osg::Vec3 far_point)
|
||
|
<DT>
|
||
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="IntersectVisitor.html#DOC.2.9.5">osgUtil::IntersectVisitor::HitList</A>& <B><A HREF="#DOC.2.12.7">getHits</A></B>(void)
|
||
|
<DT>
|
||
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline void <B><A HREF="#DOC.2.12.8">setxy</A></B>(float xpt, float ypt)
|
||
|
<DT>
|
||
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline bool <B><A HREF="#DOC.2.12.9">hits</A></B>()
|
||
|
</DL></P>
|
||
|
|
||
|
</DL>
|
||
|
|
||
|
<A NAME="DOC.DOCU"></A>
|
||
|
<HR>
|
||
|
<H2>Documentation</H2>
|
||
|
<DL>
|
||
|
|
||
|
<A NAME="PickVisitor"></A>
|
||
|
<A NAME="DOC.2.12.1"></A>
|
||
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> PickVisitor()</B></TT>
|
||
|
<DL><DT><DD></DL><P>
|
||
|
<A NAME="~PickVisitor"></A>
|
||
|
<A NAME="DOC.2.12.2"></A>
|
||
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> ~PickVisitor()</B></TT>
|
||
|
<DL><DT><DD></DL><P>
|
||
|
<A NAME="apply"></A>
|
||
|
<A NAME="DOC.2.12.3"></A>
|
||
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void apply(osg::Projection& pr)</B></TT>
|
||
|
<DL><DT><DD></DL><P>
|
||
|
<A NAME="getHits"></A>
|
||
|
<A NAME="DOC.2.12.4"></A>
|
||
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="IntersectVisitor.html#DOC.2.9.5">osgUtil::IntersectVisitor::HitList</A>& getHits(osg::Node* nd, const osg::Matrix &projm, const float x, const float y)</B></TT>
|
||
|
<DL><DT><DD></DL><P>
|
||
|
<A NAME="getHits"></A>
|
||
|
<A NAME="DOC.2.12.5"></A>
|
||
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="IntersectVisitor.html#DOC.2.9.5">osgUtil::IntersectVisitor::HitList</A>& getHits(<!1><A HREF="SceneView.html">osgUtil::SceneView</A>* , double x, double y)</B></TT>
|
||
|
<DL><DT><DD></DL><P>
|
||
|
<A NAME="getHits"></A>
|
||
|
<A NAME="DOC.2.12.6"></A>
|
||
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="IntersectVisitor.html#DOC.2.9.5">osgUtil::IntersectVisitor::HitList</A>& getHits(osg::Node* nd, const osg::Vec3 near_point, const osg::Vec3 far_point)</B></TT>
|
||
|
<DL><DT><DD></DL><P>
|
||
|
<A NAME="getHits"></A>
|
||
|
<A NAME="DOC.2.12.7"></A>
|
||
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="IntersectVisitor.html#DOC.2.9.5">osgUtil::IntersectVisitor::HitList</A>& getHits(void)</B></TT>
|
||
|
<DL><DT><DD></DL><P>
|
||
|
<A NAME="setxy"></A>
|
||
|
<A NAME="DOC.2.12.8"></A>
|
||
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline void setxy(float xpt, float ypt)</B></TT>
|
||
|
<DL><DT><DD></DL><P>
|
||
|
<A NAME="hits"></A>
|
||
|
<A NAME="DOC.2.12.9"></A>
|
||
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline bool hits()</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>
|