Public Member Functions | Public Attributes | List of all members
gte::Delaunay2< InputType, ComputeType >::ProcessedVertex Struct Reference

#include <GteDelaunay2.h>

Public Member Functions

bool operator< (ProcessedVertex const &v) const
 
 ProcessedVertex ()
 
 ProcessedVertex (Vector2< InputType > const &inVertex, int inLocation)
 

Public Attributes

int location
 
Vector2< InputType > vertex
 

Detailed Description

template<typename InputType, typename ComputeType>
struct gte::Delaunay2< InputType, ComputeType >::ProcessedVertex

Definition at line 187 of file GteDelaunay2.h.

Constructor & Destructor Documentation

template<typename InputType , typename ComputeType >
gte::Delaunay2< InputType, ComputeType >::ProcessedVertex::ProcessedVertex ( )

Definition at line 841 of file GteDelaunay2.h.

template<typename InputType , typename ComputeType >
gte::Delaunay2< InputType, ComputeType >::ProcessedVertex::ProcessedVertex ( Vector2< InputType > const &  inVertex,
int  inLocation 
)

Definition at line 846 of file GteDelaunay2.h.

Member Function Documentation

template<typename InputType , typename ComputeType >
bool gte::Delaunay2< InputType, ComputeType >::ProcessedVertex::operator< ( ProcessedVertex const &  v) const

Definition at line 855 of file GteDelaunay2.h.

Member Data Documentation

template<typename InputType, typename ComputeType>
int gte::Delaunay2< InputType, ComputeType >::ProcessedVertex::location

Definition at line 194 of file GteDelaunay2.h.

template<typename InputType, typename ComputeType>
Vector2<InputType> gte::Delaunay2< InputType, ComputeType >::ProcessedVertex::vertex

Definition at line 193 of file GteDelaunay2.h.


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


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:05