Provide a means of reading/writing Alias/Wavefront OBJ format. More...


Public Member Functions | |
| OBJedgeFormat (const fileName &) | |
| Construct from file name. More... | |
| virtual | ~OBJedgeFormat () |
| Destructor. More... | |
| virtual bool | read (const fileName &) |
| Read from file. More... | |
| virtual void | write (const fileName &name) const |
| Write object file. More... | |
Public Member Functions inherited from edgeMesh | |
| TypeName ("edgeMesh") | |
| Runtime type information. More... | |
| edgeMesh () | |
| Construct null. More... | |
| edgeMesh (const pointField &, const edgeList &) | |
| Construct from components. More... | |
| edgeMesh (const Xfer< pointField > &, const Xfer< edgeList > &) | |
| Construct by transferring components (points, edges). More... | |
| edgeMesh (const edgeMesh &) | |
| Construct as copy. More... | |
| edgeMesh (const fileName &) | |
| Construct from file name (uses extension to determine type) More... | |
| edgeMesh (const fileName &, const word &ext) | |
| Construct from file name (uses extension to determine type) More... | |
| edgeMesh (Istream &) | |
| Construct from Istream. More... | |
| declareRunTimeSelectionTable (autoPtr, edgeMesh, fileExtension,(const fileName &name),(name)) | |
| virtual | ~edgeMesh () |
| Destructor. More... | |
| declareMemberFunctionSelectionTable (void, edgeMesh, write, fileExtension,(const fileName &name, const edgeMesh &mesh),(name, mesh)) | |
| void | transfer (edgeMesh &) |
| Transfer the contents of the argument and annul the argument. More... | |
| Xfer< edgeMesh > | xfer () |
| Transfer contents to the Xfer container. More... | |
| bool | read (const fileName &, const word &ext) |
| Read from file. Chooses reader based on explicit extension. More... | |
| const pointField & | points () const |
| Return points. More... | |
| const edgeList & | edges () const |
| Return edges. More... | |
| const labelListList & | pointEdges () const |
| Return edges. More... | |
| label | regions (labelList &edgeRegion) const |
| Find connected regions. Set region number per edge. More... | |
| virtual void | clear () |
| Clear all storage. More... | |
| virtual void | reset (const Xfer< pointField > &points, const Xfer< edgeList > &edges) |
| Reset primitive data (points, edges) More... | |
| virtual void | scalePoints (const scalar) |
| Scale points. A non-positive factor is ignored. More... | |
| void | mergePoints (const scalar mergeDist) |
| Merge common points (points within mergeDist) More... | |
| void | mergeEdges () |
| Merge similar edges. More... | |
| virtual void | writeStats (Ostream &) const |
| void | operator= (const edgeMesh &) |
Public Member Functions inherited from edgeMeshFormatsCore | |
| edgeMeshFormatsCore () | |
| Construct null. More... | |
| virtual | ~edgeMeshFormatsCore () |
| Destructor. More... | |
Static Public Member Functions | |
| static autoPtr< edgeMesh > | New (const fileName &name) |
| Read file and return surface. More... | |
| static void | write (const fileName &, const edgeMesh &) |
| Write surface mesh components by proxy. More... | |
Static Public Member Functions inherited from edgeMesh | |
| static bool | canRead (const fileName &, const bool verbose=false) |
| Can we read this file format? More... | |
| static bool | canReadType (const word &ext, const bool verbose=false) |
| Can we read this file format? More... | |
| static bool | canWriteType (const word &ext, const bool verbose=false) |
| Can we write this file format type? More... | |
| static wordHashSet | readTypes () |
| static wordHashSet | writeTypes () |
| static autoPtr< edgeMesh > | New (const fileName &, const word &ext) |
| Select constructed from filename (explicit extension) More... | |
| static autoPtr< edgeMesh > | New (const fileName &) |
| Select constructed from filename (implicit extension) More... | |
| static void | write (const fileName &, const edgeMesh &) |
| Write to file. More... | |
Static Public Member Functions inherited from edgeMeshFormatsCore | |
| static bool | checkSupport (const wordHashSet &available, const word &ext, const bool verbose, const word &functionName) |
Additional Inherited Members | |
Static Public Attributes inherited from edgeMeshFormatsCore | |
| static word | nativeExt |
| The file extension corresponding to 'native' edge format. More... | |
Protected Member Functions inherited from edgeMesh | |
| pointField & | storedPoints () |
| Non-const access to global points. More... | |
| edgeList & | storedEdges () |
| Non-const access to the edges. More... | |
Static Protected Member Functions inherited from edgeMeshFormatsCore | |
| static string | getLineNoComment (IFstream &) |
| Read non-comment line. More... | |
Provide a means of reading/writing Alias/Wavefront OBJ format.
Does not handle negative vertex indices.
Definition at line 55 of file OBJedgeFormat.H.
| OBJedgeFormat | ( | const fileName & | filename | ) |
Construct from file name.
Definition at line 37 of file OBJedgeFormat.C.
References DynamicList< T, SizeInc, SizeMult, SizeDiv >::append(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::clear(), and Foam::read().

|
inlinevirtual |
Destructor.
Definition at line 96 of file OBJedgeFormat.H.
References OBJedgeFormat::read(), and OBJedgeFormat::write().

Read file and return surface.
Definition at line 86 of file OBJedgeFormat.H.
Write surface mesh components by proxy.
Definition at line 230 of file OBJedgeFormat.C.
References clock::dateTime(), Foam::e, edgeMesh::edges(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, IOstream::good(), fileName::lessExt(), OFstream::name(), fileName::name(), Foam::nl, p, edgeMesh::points(), List< T >::size(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().
Referenced by OBJedgeFormat::read(), OBJedgeFormat::write(), and OBJedgeFormat::~OBJedgeFormat().


|
virtual |
Read from file.
Reimplemented from edgeMesh.
Definition at line 97 of file OBJedgeFormat.C.
References DynamicList< T, SizeInc, SizeMult, SizeDiv >::append(), edgeMesh::clear(), Foam::e, Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, edgeMeshFormatsCore::getLineNoComment(), IOstream::good(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::setSize(), List< T >::size(), edgeMesh::storedEdges(), edgeMesh::storedPoints(), List< T >::transfer(), OBJedgeFormat::write(), x, and y.
Referenced by OBJedgeFormat::~OBJedgeFormat().


|
inlinevirtual |
Write object file.
Reimplemented from edgeMesh.
Definition at line 109 of file OBJedgeFormat.H.
References OBJedgeFormat::write().

1.8.11