Public Member Functions | |
| TIsoNode (double initU, double initV) | |
| bool | IsUVComputed () const |
| bool | IsMovable () const |
| void | SetNotMovable () |
| void | SetBoundaryNode (TIsoNode *node, int iDir, int i) |
| TIsoNode * | GetBoundaryNode (int iDir, int i) |
| void | SetNext (TIsoNode *node, int iDir, int isForward) |
| TIsoNode * | GetNext (int iDir, int isForward) |
Data Fields | |
| bool | myIsMovable |
| gp_XY | myInitUV |
| gp_XY | myUV |
| double | myRatio [2] |
| gp_Dir2d | myDir [2] |
| TIsoNode * | myNext [4] |
| TIsoNode * | myBndNodes [4] |
| TIsoNode::TIsoNode | ( | double | initU, |
| double | initV | ||
| ) |
References myNext.
References myBndNodes.
Referenced by SMESH_Pattern::compUVByElasticIsolines().
References myNext.
Referenced by SMESH_Pattern::compUVByElasticIsolines().
| bool TIsoNode::IsMovable | ( | ) | const |
References myIsMovable, and myNext.
Referenced by SMESH_Pattern::compUVByElasticIsolines().
| bool TIsoNode::IsUVComputed | ( | ) | const |
References myUV.
Referenced by SMESH_Pattern::compUVByElasticIsolines(), and getNextNode().
References myBndNodes.
Referenced by SMESH_Pattern::compUVByElasticIsolines().
References myNext.
Referenced by SMESH_Pattern::compUVByElasticIsolines().
| void TIsoNode::SetNotMovable | ( | ) |
References myIsMovable.
Referenced by SMESH_Pattern::compUVByElasticIsolines().
| TIsoNode* TIsoNode::myBndNodes[4] |
Referenced by GetBoundaryNode(), and SetBoundaryNode().
| gp_Dir2d TIsoNode::myDir[2] |
Referenced by SMESH_Pattern::compUVByElasticIsolines().
| gp_XY TIsoNode::myInitUV |
Referenced by SMESH_Pattern::compUVByElasticIsolines().
| bool TIsoNode::myIsMovable |
Referenced by IsMovable(), and SetNotMovable().
| TIsoNode* TIsoNode::myNext[4] |
Referenced by SMESH_Pattern::compUVByElasticIsolines(), GetNext(), getNextNode(), IsMovable(), SetNext(), and TIsoNode().
| double TIsoNode::myRatio[2] |
Referenced by SMESH_Pattern::compUVByElasticIsolines().
| gp_XY TIsoNode::myUV |
Referenced by checkQuads(), SMESH_Pattern::compUVByElasticIsolines(), and IsUVComputed().