Public Member Functions | Public Attributes | List of all members
gte::Cylinder3< Real > Class Template Reference

#include <GteCylinder3.h>

Public Member Functions

 Cylinder3 ()
 
 Cylinder3 (Line3< Real > const &inAxis, Real inRadius, Real inHeight)
 
bool operator!= (Cylinder3 const &cylinder) const
 
bool operator< (Cylinder3 const &cylinder) const
 
bool operator<= (Cylinder3 const &cylinder) const
 
bool operator== (Cylinder3 const &cylinder) const
 
bool operator> (Cylinder3 const &cylinder) const
 
bool operator>= (Cylinder3 const &cylinder) const
 

Public Attributes

Line3< Real > axis
 
Real height
 
Real radius
 

Detailed Description

template<typename Real>
class gte::Cylinder3< Real >

Definition at line 23 of file GteCylinder3.h.

Constructor & Destructor Documentation

template<typename Real >
gte::Cylinder3< Real >::Cylinder3 ( )

Definition at line 46 of file GteCylinder3.h.

template<typename Real >
gte::Cylinder3< Real >::Cylinder3 ( Line3< Real > const &  inAxis,
Real  inRadius,
Real  inHeight 
)

Definition at line 55 of file GteCylinder3.h.

Member Function Documentation

template<typename Real >
bool gte::Cylinder3< Real >::operator!= ( Cylinder3< Real > const &  cylinder) const

Definition at line 73 of file GteCylinder3.h.

template<typename Real >
bool gte::Cylinder3< Real >::operator< ( Cylinder3< Real > const &  cylinder) const

Definition at line 79 of file GteCylinder3.h.

template<typename Real >
bool gte::Cylinder3< Real >::operator<= ( Cylinder3< Real > const &  cylinder) const

Definition at line 105 of file GteCylinder3.h.

template<typename Real >
bool gte::Cylinder3< Real >::operator== ( Cylinder3< Real > const &  cylinder) const

Definition at line 65 of file GteCylinder3.h.

template<typename Real >
bool gte::Cylinder3< Real >::operator> ( Cylinder3< Real > const &  cylinder) const

Definition at line 111 of file GteCylinder3.h.

template<typename Real >
bool gte::Cylinder3< Real >::operator>= ( Cylinder3< Real > const &  cylinder) const

Definition at line 117 of file GteCylinder3.h.

Member Data Documentation

template<typename Real>
Line3<Real> gte::Cylinder3< Real >::axis

Definition at line 31 of file GteCylinder3.h.

template<typename Real>
Real gte::Cylinder3< Real >::height

Definition at line 32 of file GteCylinder3.h.

template<typename Real>
Real gte::Cylinder3< Real >::radius

Definition at line 32 of file GteCylinder3.h.


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


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