hp2FEM  0.1
Public Member Functions | Protected Attributes
Parametric3DPoints Class Reference

Class Parametric3DPoints. More...

#include <Parametric3DPoints.h>

Collaboration diagram for Parametric3DPoints:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Parametric3DPoints ()
 Default constructor.
 ~Parametric3DPoints ()
 Destructor.
void Save (FILE *File)
 Writes class information to a binary file. The current object state can be completely recovered when applying the Restore() operation.
void Restore (FILE *File)
 Restores class data (written using Save()) from a binary file.
void Read (FILE *File)
 Reads class attributes from an ASCII File in FEAWEB format.
void Print (FILE *File=stdout)
 Prints class information in an ASCII file.
void Free ()
 Releases the memory allocated for the class attributes.
NURBSSurfaceBoundaryEntityoperator[] (long PointNumber)
 Operator for accessing operations of NURBSSurfaceBoundaryEntity from the global identification number of the endpoint.

Protected Attributes

BuiltInArray< long > PointIndex
 Index that relates the global identification number of points with their order in the table. @.
Array< NURBSSurfaceBoundaryEntityPoints
 Array of parameterized three-dimensional points. @ ## begin Parametric3DPoints::Points%39D9DB39014F.role preserve=no protected: Array< NURBSSurfaceBoundaryEntity > {1..1 -> 1..1VHgAN}.

Detailed Description

Class Parametric3DPoints.


Member Data Documentation

Index that relates the global identification number of points with their order in the table. @.

## Attribute: PointIndex%39D9E57603C5

With this index, it is only necessary to store information of parameterized entities. @ ## begin Parametric3DPoints::PointIndex%39D9E57603C5.attr preserve=no protected: BuiltInArray<long> {UA}

Array of parameterized three-dimensional points. @ ## begin Parametric3DPoints::Points%39D9DB39014F.role preserve=no protected: Array< NURBSSurfaceBoundaryEntity > {1..1 -> 1..1VHgAN}.

## Association: Design Model::Business Specific::Opt::Opt\: Design Classes::<unnamed>%39D9DB38034D ## Role: Parametric3DPoints::Points%39D9DB39014F


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Friends Defines