Public Member Functions | Public Attributes
CMeshBuilder::CErrorDescriptor Class Reference

Detailed Description

This class reports the error status returned by CMeshBuilder::Build. If the mesh builder fails, the faulty indices are reported by this object.

See also:
CMeshBuilder::Build
Since:

#include <xsi_meshbuilder.h>

Inheritance diagram for CMeshBuilder::CErrorDescriptor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CErrorDescriptor (CStatus::Code in_code)
 ~CErrorDescriptor ()

Public Attributes

CLongArray m_polygonIndices
CLongArray m_vertexIndices
CLongArray m_edgeIndices
CLongArray m_nodeIndices

Constructor & Destructor Documentation

Constructs a CMeshBuilder::CErrorDescriptor

Parameters:
in_codeError status from CMeshBuilder::Build

Default destructor


Member Data Documentation

The faulty polygon indices on the last mesh built with CMeshBuild. The array is empty if the mesh was built successfully.

The faulty vertex indices on the last mesh built with CMeshBuild. The array is empty if the mesh was built successfully.

The faulty edge indices on the last mesh built with CMeshBuild. The array is empty if the mesh was built successfully.

The faulty node indices on the last mesh built with CMeshBuild. The array is empty if the mesh was built successfully.


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