Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RFC_Window_overlay::Feature_0 Class Reference

#include <RFC_Window_overlay.h>

Collaboration diagram for RFC_Window_overlay::Feature_0:

Public Member Functions

 Feature_0 ()
 
 Feature_0 (Vertex *v)
 
const Point_3point () const
 
Vertexvertex ()
 
const Vertexvertex () const
 
bool operator< (const Feature_0 &f) const
 

Private Attributes

Vertex_v
 

Detailed Description

Definition at line 373 of file RFC_Window_overlay.h.

Constructor & Destructor Documentation

Feature_0 ( )
inline

Definition at line 375 of file RFC_Window_overlay.h.

Feature_0 ( Vertex v)
inlineexplicit

Definition at line 376 of file RFC_Window_overlay.h.

376 : _v(v) {}
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
Definition: roccomf90.h:20

Member Function Documentation

bool operator< ( const Feature_0 f) const
inline

Definition at line 381 of file RFC_Window_overlay.h.

References _v, and Vertex_overlay::point().

381  {
382  return _v->point()<f._v->point();
383  }
const Point & point() const

Here is the call graph for this function:

const Point_3& point ( ) const
inline

Definition at line 377 of file RFC_Window_overlay.h.

References _v, and Vertex_overlay::point().

377 { return _v->point(); }
const Point & point() const

Here is the call graph for this function:

Vertex* vertex ( )
inline

Definition at line 378 of file RFC_Window_overlay.h.

References _v.

378 { return _v; }
const Vertex* vertex ( ) const
inline

Definition at line 379 of file RFC_Window_overlay.h.

References _v.

379 { return _v; }

Member Data Documentation

Vertex* _v
private

Definition at line 385 of file RFC_Window_overlay.h.

Referenced by operator<(), point(), and vertex().


The documentation for this class was generated from the following file: