CMeshBuilder::CErrorDescriptor Class Reference
 
 
 
CMeshBuilder::CErrorDescriptor Class Reference

#include <xsi_meshbuilder.h>


Class 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:
Inheritance diagram for CMeshBuilder::CErrorDescriptor:
CStatus

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_code Error 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: