MAK Legion API Documentation
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
legionNet
boundaryEmpty.h
Go to the documentation of this file.
1
/*********************************************************************************
2
** Copyright (c) 2020 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************************/
5
6
#pragma once
7
8
#include "
legionNet/export.h
"
9
#include "
legionNet/boundary.h
"
10
11
namespace
Legion
12
{
15
class
LEGIONNET_DLL
BoundaryEmpty
:
public
Boundary
16
{
17
public
:
18
20
BoundaryEmpty
();
21
23
virtual
~
BoundaryEmpty
();
24
25
};
26
}
boundary.h
LEGIONNET_DLL
#define LEGIONNET_DLL
Definition:
legionNet/export.h:15
Legion::Boundary
Definition:
boundary.h:31
Legion::BoundaryEmpty
brief Does not overlap any boundary including itself.
Definition:
boundaryEmpty.h:15
export.h
Document ID: Generated on Mon Mar 8 15:11:30 EST 2021 from SVN revision 225633
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)