geomc 1.0
A c++ linear algebra template library
Public Types | Public Member Functions | Public Attributes | List of all members
SampleShape< Sphere< T, N > > Struct Template Reference
Inheritance diagram for SampleShape< Sphere< T, N > >:
ShapeDistribution< Sphere< T, N > >

Public Types

typedef Shape::point_t result_type
 
typedef Sphere< T, N > param_type
 

Public Member Functions

 SampleShape (const Sphere< T, N > &s)
 
template<typename Generator >
Vec< T, N > operator() (Generator &rng)
 
void reset ()
 
Sphere< T, N > param () const
 
void param (const Sphere< T, N > &s)
 

Public Attributes

Sphere< T, N > shape
 

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