Class that manages the load sets applied to the discrete model.
More...
#include <LoadSets.h>
List of all members.
Public Member Functions |
| unsigned long | GetNumberLoadSets () |
| | Returns the number of load sets.
|
|
| LoadSets () |
| | Empty constructor.
|
| | LoadSets (LoadSets &Instance) |
| | Copy-initializer constructor. Copies the contents of Instance to the object.
|
|
| ~LoadSets () |
| | Destructor.
|
|
void | Free () |
| | Frees LoadSets array.
|
| LoadSets & | operator= (LoadSets &Instance) |
| | Copies the contents of Instance to the object.
|
| LoadSet & | operator[] (unsigned long LoadSetNumber) |
| | Returns a reference to the load set given by LoadSetNumber,.
|
| void | Print (FILE *File, char *Message="") |
| | Prints the parameters of load sets to an ASCII file.
|
| void | Read (FILE *DEFFile, DOFs &DofNames) |
| | Reads class data from the .def ASCII file.
|
Public Attributes |
|
LoadSet * | theLoadSet |
Protected Attributes |
|
Array< LoadSet > | LS |
| | Array of load set objects.
|
|
unsigned long | NumLS |
| | Number of loads sets.
|
Detailed Description
Class that manages the load sets applied to the discrete model.
- Author:
- Marco Lucio Bittencourt/ Fabiano Fernandes Bargos
- Date:
- April/11/2011
Constructor & Destructor Documentation
Copy-initializer constructor. Copies the contents of Instance to the object.
- Parameters:
-
- Returns:
- Reference to the current object.
Member Function Documentation
Returns the number of load sets.
- Returns:
- Number of load sets.
Copies the contents of Instance to the object.
- Parameters:
-
- Returns:
- Reference to the current object.
| LoadSet & LoadSets::operator[] |
( |
unsigned long |
LoadSetNumber | ) |
|
Returns a reference to the load set given by LoadSetNumber,.
- Parameters:
-
| [in] | LoadSetNumber | - number of the load set. |
- Returns:
- Reference to the LoadSet instance.
Prints the parameters of load sets to an ASCII file.
- Parameters:
-
| [in] | File | - pointer to the ASCII file. |
| [in] | Message | - optional message to be written to the ASCII file. |
Reads class data from the .def ASCII file.
- Parameters:
-
| [in] | DEFFile | - pointer to the .def file with attribute data. |
| [in] | DofNames | - instance of DOFs class. |
The documentation for this class was generated from the following files:
- include/loadsets/LoadSets.h
- src/loadsets/LoadSets.cpp