FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
CHECDB_Node Class Reference

#include <CHECDB.h>

Inheritance diagram for CHECDB_Node:
Collaboration diagram for CHECDB_Node:

Data Structures

class  CNodeItem
 

Public Member Functions

 CHECDB_Node ()
 
virtual ~CHECDB_Node ()
 
virtual void Clear ()
 
virtual void Write (class CHECData *hecd)
 
virtual bool Read (class CHECData *hecd, char *header_line)
 
int NodeNumber ()
 
CNodeItemGetNode (int id)
 
- Public Member Functions inherited from CHECDataBlock
 CHECDataBlock (int dtype)
 
virtual ~CHECDataBlock ()
 
virtual bool IsMesh ()
 

Data Fields

std::set< CNodeItemNodeList
 
- Data Fields inherited from CHECDataBlock
int data_type
 

Detailed Description

Definition at line 108 of file CHECDB.h.

Constructor & Destructor Documentation

◆ CHECDB_Node()

CHECDB_Node::CHECDB_Node ( )

Definition at line 14 of file CHECDB_Node.cpp.

◆ ~CHECDB_Node()

CHECDB_Node::~CHECDB_Node ( )
virtual

Definition at line 16 of file CHECDB_Node.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void CHECDB_Node::Clear ( )
virtual

Implements CHECDataBlock.

Definition at line 18 of file CHECDB_Node.cpp.

Here is the caller graph for this function:

◆ GetNode()

CHECDB_Node::CNodeItem * CHECDB_Node::GetNode ( int  id)

Definition at line 31 of file CHECDB_Node.cpp.

◆ NodeNumber()

int CHECDB_Node::NodeNumber ( )
inline

Definition at line 125 of file CHECDB.h.

◆ Read()

bool CHECDB_Node::Read ( class CHECData hecd,
char *  header_line 
)
virtual

Implements CHECDataBlock.

Definition at line 48 of file CHECDB_Node.cpp.

Here is the call graph for this function:

◆ Write()

void CHECDB_Node::Write ( class CHECData hecd)
virtual

Implements CHECDataBlock.

Definition at line 20 of file CHECDB_Node.cpp.

Here is the call graph for this function:

Field Documentation

◆ NodeList

std::set<CNodeItem> CHECDB_Node::NodeList

Definition at line 117 of file CHECDB.h.


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