hp2FEM  0.1
Public Member Functions | Protected Attributes
Parametric2DPoints Class Reference

Class Parametric2DPoints. More...

#include <Parametric2DPoints.h>

Collaboration diagram for Parametric2DPoints:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Parametric2DPoints ()
 Default constructor.
 ~Parametric2DPoints ()
 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.
NURBSLineBoundaryEntityoperator[] (long PointNumber)
 Operator for accessing operations of NURBSLineBoundaryEntity 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< NURBSLineBoundaryEntityPoints
 Array of parameterized two-dimensional points. @ ## begin Parametric2DPoints::Points%39D9DB2502B9.role preserve=no protected: Array< NURBSLineBoundaryEntity > {1..1 -> 1..1VHgAN}.

Detailed Description

Class Parametric2DPoints.


Member Data Documentation

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

## Attribute: PointIndex%39D9E5EB0098

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

Array of parameterized two-dimensional points. @ ## begin Parametric2DPoints::Points%39D9DB2502B9.role preserve=no protected: Array< NURBSLineBoundaryEntity > {1..1 -> 1..1VHgAN}.

## Association: Design Model::Business Specific::Opt::Opt\: Design Classes::<unnamed>%39D9DB24038A ## Role: Parametric2DPoints::Points%39D9DB2502B9


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