Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
ihalfvertexparent.h
1 #pragma once
2 
3 namespace 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
PFC namespace.
Definition: iballfluid.h:15
Definition: ihalfvertexparent.h:6
unsigned int TType
class type indicator
Definition: basedef.h:41
static const TType type_
TType type used for type casting.
Definition: ihalfvertexparent.h:9