VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
ssVectorObstructionIntersector.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: ssVectorObstructionIntersector.h,v $ $Revision: 1.4 $ $State: Exp $
7
*********************************************************************/
8
#ifndef ssVectorObstructionIntersector_H_
9
#define ssVectorObstructionIntersector_H_
10
13
14
#include <vlutil/vlConfig.h>
15
#include "
geometry/spatialSubdivision.h
"
16
#include "
vrfobjcore/vectorObstruction.h
"
17
#include "
geometry/ssFunctor.h
"
18
23
#include "
vrfobjcore/vrfobjcoreDefines.h
"
24
class
DT_DLL_vrfobjcore
DtSsVectorObstructionIntersector
25
{
26
public
:
28
DtSsVectorObstructionIntersector
();
29
31
virtual
~
DtSsVectorObstructionIntersector
();
32
36
virtual
bool
intersect(
DtVectorObstruction
* vectorObstruction,
37
DtSpatialSubdivision<DtVectorObstruction*>
& spatialSubdivision)
const
;
38
39
45
virtual
bool
intersect(
DtVectorObstruction
* vectorObstruction,
46
DtSpatialSubdivision<DtVectorObstruction*>
& spatialSubdivision,
47
DtSsFunctor
<
DtVectorObstruction
*,
DtSpatialSubdivision<DtVectorObstruction*>::DtSpatialSubCellType
>& functor)
const
;
48
49
protected
:
51
DtSsVectorObstructionIntersector
(
const
DtSsVectorObstructionIntersector
& orig);
52
DtSsVectorObstructionIntersector
& operator=(
const
DtSsVectorObstructionIntersector
& orig);
53
54
private
:
55
56
};
57
58
59
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)