cheshirekow  v0.1.0
edelsbrunner96::SimplexFill< Traits > Class Template Reference

A convenience for setting vertices of a simplex. More...

#include <edelsbrunner96/simplex.h>

Public Types

typedef Traits::PointRef PointRef
 
typedef Traits::Simplex Simplex
 
typedef Traits::Storage Storage
 

Public Member Functions

void PushBack (PointRef p)
 
 SimplexFill (Simplex &s)
 

Private Attributes

uint8_t index_
 
Simplexsimplex_
 

Detailed Description

template<class Traits>
class edelsbrunner96::SimplexFill< Traits >

A convenience for setting vertices of a simplex.

Definition at line 168 of file simplex.h.

Member Typedef Documentation

template<class Traits>
typedef Traits::PointRef edelsbrunner96::SimplexFill< Traits >::PointRef

Definition at line 171 of file simplex.h.

template<class Traits>
typedef Traits::Simplex edelsbrunner96::SimplexFill< Traits >::Simplex

Definition at line 172 of file simplex.h.

template<class Traits>
typedef Traits::Storage edelsbrunner96::SimplexFill< Traits >::Storage

Definition at line 170 of file simplex.h.

Constructor & Destructor Documentation

template<class Traits>
edelsbrunner96::SimplexFill< Traits >::SimplexFill ( Simplex s)
inline

Definition at line 174 of file simplex.h.

Member Function Documentation

template<class Traits>
void edelsbrunner96::SimplexFill< Traits >::PushBack ( PointRef  p)
inline

Definition at line 179 of file simplex.h.

Member Data Documentation

template<class Traits>
uint8_t edelsbrunner96::SimplexFill< Traits >::index_
private

Definition at line 184 of file simplex.h.

template<class Traits>
Simplex& edelsbrunner96::SimplexFill< Traits >::simplex_
private

Definition at line 185 of file simplex.h.


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