Public Member Functions | |
TypeInfo ("stlWall") | |
stlWall () | |
stlWall (const dictionary &dict) | |
add_vCtor (Wall, stlWall, dictionary) | |
![]() | |
TypeInfo ("Wall") | |
Wall () | |
Wall (const dictionary &dict) | |
virtual | ~Wall ()=default |
create_vCtor (Wall, dictionary,(const dictionary &dict),(dict)) | |
const auto & | triangles () const |
word | name () const |
word | materialName () const |
word | motionName () const |
Protected Member Functions | |
bool | readSTLWall (const dictionary &dict) |
![]() | |
bool | readCommon (const dictionary &ditc) |
Additional Inherited Members | |
![]() | |
static bool | checkTrianlge (const realx3 &p1, const realx3 &p2, const realx3 &p3) |
static uniquePtr< Wall > | create (const dictionary &dict) |
![]() | |
std::vector< realx3x3 > | triangles_ |
word | name_ |
word | materialName_ |
word | motionName_ |
Definition at line 32 of file stlWall.hpp.
stlWall | ( | ) |
Definition at line 57 of file stlWall.cpp.
stlWall | ( | const dictionary & | dict | ) |
Definition at line 61 of file stlWall.cpp.
References fatalExit.
|
protected |
Definition at line 28 of file stlWall.cpp.
References pFlow::endl(), fatalErrorInFunction, dictionary::getVal(), stlFile::read(), stlFile::size(), and stlFile::solid().
TypeInfo | ( | "stlWall" | ) |
add_vCtor | ( | Wall | , |
stlWall | , | ||
dictionary | |||
) |