Itasca C++ Interface
Loading...
Searching...
No Matches
itype3dec.h
Go to the documentation of this file.
1#pragma once
2// itype3dec.h
3
10namespace block
11{
15 {
16 public:
18 virtual TType getBlock() const=0;
20 virtual TType getContact() const=0;
22 virtual TType getFace() const=0;
24 virtual TType getVertex() const=0;
26 virtual TType getZone() const=0;
28 virtual TType getBoundary() const=0;
30 virtual TType getFPipe() const=0;
32 virtual TType getFElement() const=0;
34 virtual TType getSubContact() const=0;
36 virtual TType getFEFace() const=0;
38 virtual TType getJointFace() const=0;
40 virtual TType getJointEdge() const=0;
42 virtual TType getJointNode() const=0;
44 virtual TType getReinforcement() const=0;
46 virtual TType getCableElement() const=0;
48 virtual TType getCableNode() const=0;
50 virtual TType getBeamElement() const=0;
52 virtual TType getBeamNode() const=0;
54 virtual TType getLinerElement() const=0;
56 virtual TType getLinerNode() const=0;
58 virtual TType getLinerContact() const=0;
59 };
60} // namespace threecec
61
62// EoF
Definition itype3dec.h:15
virtual TType getBeamElement() const =0
beam element index type
virtual TType getBlock() const =0
block index type
virtual TType getReinforcement() const =0
loxial axial reinforcement index type
virtual TType getBeamNode() const =0
beam node index type
virtual TType getZone() const =0
zone index type
virtual TType getCableNode() const =0
cable node index type
virtual TType getJointNode() const =0
joint plot node index type
virtual TType getJointEdge() const =0
joint plot edge index type
virtual TType getBoundary() const =0
boundary node index type
virtual TType getLinerNode() const =0
index type
virtual TType getVertex() const =0
vertex index type
virtual TType getFEFace() const =0
finite element face index type
virtual TType getSubContact() const =0
sub-contact index type
virtual TType getLinerElement() const =0
liner element index type
virtual TType getFPipe() const =0
fluid flow pipe index type
virtual TType getFace() const =0
face index type
virtual TType getFElement() const =0
finite element index type
virtual TType getCableElement() const =0
cable element index type
virtual TType getLinerContact() const =0
liner interface index type
virtual TType getContact() const =0
contact index type
virtual TType getJointFace() const =0
joint plot face index type
uint32 TType
class type indicator
Definition basedef.h:46