Itasca C++ Interface
ihalffacetparent.h
1 #pragma once
2 
3 namespace pfc {
4  class IFWall;
5 
7  public:
9  inline static const TType type_ = 0x558c8ab7;
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: ihalffacetparent.h:6
static const TType type_
TType type used for type casting.
Definition: ihalffacetparent.h:9
uint32 TType
class type indicator
Definition: basedef.h:46
PFC namespace.
Definition: iballfluid.h:15