NuTo
Numerics Tool
Public Member Functions | Protected Member Functions | Friends | List of all members
NuTo::Shape Class Referenceabstract

#include <Shape.h>

Inheritance diagram for NuTo::Shape:
NuTo::Hexahedron NuTo::Line NuTo::Prism NuTo::Pyramid NuTo::Quadrilateral NuTo::Tetrahedron NuTo::Triangle

Public Member Functions

virtual eShape Enum () const =0
 
virtual bool IsWithinShape (Eigen::VectorXd xi, double e=1e-8) const =0
 

Protected Member Functions

virtual void Info (std::ostream &out) const =0
 

Friends

std::ostream & operator<< (std::ostream &out, const Shape &shape)
 

Member Function Documentation

virtual eShape NuTo::Shape::Enum ( ) const
pure virtual
virtual void NuTo::Shape::Info ( std::ostream &  out) const
protectedpure virtual
virtual bool NuTo::Shape::IsWithinShape ( Eigen::VectorXd  xi,
double  e = 1e-8 
) const
pure virtual

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const Shape shape 
)
friend

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