Determines information about the mesh data structure. More...
#include <Info.h>
Public Member Functions | |
std::ostream & | DetailedInformation (std::ostream &rclStream) const |
Writes detailed information about the mesh structure into the stream. More... | |
std::ostream & | GeneralInformation (std::ostream &rclStream) const |
Writes general information about the mesh structure into the stream. More... | |
std::ostream & | InternalInformation (std::ostream &rclStream) const |
Writes internal information about the mesh structure into the stream. More... | |
MeshInfo (const MeshKernel &rclM) | |
std::ostream & | TopologyInformation (std::ostream &rclStream) const |
Writes topological information about the mesh structure into the stream. More... | |
virtual | ~MeshInfo () |
Protected Member Functions | |
std::ostream & | DetailedEdgeInfo (std::ostream &rclStream) const |
Writes detailed edge information. More... | |
std::ostream & | DetailedFacetInfo (std::ostream &rclStream) const |
Writes detailed facet information. More... | |
std::ostream & | DetailedPointInfo (std::ostream &rclStream) const |
Writes detailed point information. More... | |
std::ostream & | InternalFacetInfo (std::ostream &rclStream) const |
Writes internal facet information. More... | |
std::ostream & | InternalPointInfo (std::ostream &rclStream) const |
Writes internal point information. More... | |
Determines information about the mesh data structure.
MeshInfo::MeshInfo | ( | const MeshKernel & | rclM | ) |
|
virtual |
|
protected |
Writes detailed edge information.
References Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.
Referenced by DetailedInformation().
|
protected |
Writes detailed facet information.
References MeshCore::MeshFacetIterator::End().
Referenced by DetailedInformation().
std::ostream & MeshInfo::DetailedInformation | ( | std::ostream & | rclStream | ) | const |
Writes detailed information about the mesh structure into the stream.
References DetailedEdgeInfo(), DetailedFacetInfo(), and DetailedPointInfo().
|
protected |
Writes detailed point information.
References MeshCore::MeshPointIterator::End().
Referenced by DetailedInformation().
std::ostream & MeshInfo::GeneralInformation | ( | std::ostream & | rclStream | ) | const |
Writes general information about the mesh structure into the stream.
|
protected |
Writes internal facet information.
Referenced by InternalInformation().
std::ostream & MeshInfo::InternalInformation | ( | std::ostream & | rclStream | ) | const |
Writes internal information about the mesh structure into the stream.
References InternalFacetInfo(), and InternalPointInfo().
|
protected |
Writes internal point information.
References MeshCore::MeshPointIterator::End().
Referenced by InternalInformation().
std::ostream & MeshInfo::TopologyInformation | ( | std::ostream & | rclStream | ) | const |
Writes topological information about the mesh structure into the stream.