|
|
|
AC3DsurfaceFormat< Face > Class Template ReferenceProvide a means of reading/writing AC3D format. More...
Inheritance diagram for AC3DsurfaceFormat< Face >:
![]()
Collaboration diagram for AC3DsurfaceFormat< Face >:
![]()
Detailed Descriptiontemplate<class Face>
Provide a means of reading/writing AC3D format.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| AC3DsurfaceFormat | ( | const fileName & | filename | ) | [inline] |
| virtual ~AC3DsurfaceFormat | ( | ) | [inline, virtual] |
Definition at line 93 of file AC3DsurfaceFormat.H.
| static autoPtr<MeshedSurface<Face> > New | ( | const fileName & | name | ) | [inline, static] |
Read file and return surface.
Reimplemented from MeshedSurface< Face >.
Definition at line 82 of file AC3DsurfaceFormat.H.
| void write | ( | const fileName & | filename, | |
| const MeshedSurfaceProxy< Face > & | surf | |||
| ) | [inline, static] |
| void write | ( | const fileName & | filename, | |
| const UnsortedMeshedSurface< Face > & | surf | |||
| ) | [inline, static] |
Write UnsortedMeshedSurface, the output is always sorted by zones.
Definition at line 364 of file AC3DsurfaceFormat.C.
| bool read | ( | const fileName & | filename | ) | [inline, virtual] |
Read from file.
Reimplemented from MeshedSurface< Face >.
Definition at line 40 of file AC3DsurfaceFormat.C.
| virtual void write | ( | const fileName & | name | ) | const [inline, virtual] |
Write object.
Reimplemented from MeshedSurface< Face >.
Definition at line 109 of file AC3DsurfaceFormat.H.