Itasca C++ Interface
Loading...
Searching...
No Matches
ihalfvertexparent.h
1#pragma once
2
3namespace pfc {
4 class IFWall;
5
7 public:
9 inline static const TType type_ = 0x558c8c6f;
10
11 virtual IFWall * getParentFWall() =0;
12 virtual const IFWall * getParentFWall() const=0;
13 };
14}
Interface for a faceted wall.
Definition ifwall.h:45
Definition ihalfvertexparent.h:6
static const TType type_
TType type used for type casting.
Definition ihalfvertexparent.h:9
uint32 TType
class type indicator
Definition basedef.h:46
PFC namespace.
Definition iballfluid.h:15