VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
featureExtentIntersectNetworkNodeMetric.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: featureExtIntersectNetNodMet.h,v $ $Revision: 1.5 $ $State: Exp $
7 ** Created: 10/24/05 MEM, Updated:
8 *********************************************************************/
9 #ifndef featureExtentIntersectNetworkNodeMetric_H_
10 #define featureExtentIntersectNetworkNodeMetric_H_
11 
12 //
13 // \file featureExtIntersectNetNodMet.h
14 // \brief This file contains the DtFeatureExtentIntersectNetworkNodeMetric
15 // class declaration. The purpose of this class is to do a rough selection
16 // of features based on whether their extent intersects with the given extent
17 // This metric takes advantage of a quadtree structure such as the vector
18 // network's node quadtree.
19 //
20 
21 #include "gdb/gdbDefines.h"
22 #include <stdio.h>
23 #include <vlutil/vlNetTypes.h>
25 #include "geometry/extent.h"
26 
27 class DtNetworkNode;
28 
30 {
31 public:
32 
33  // default constructor
35 
36  // destructor
38 
39  // copy constructor
42 
43  // assignment operator
46 
47 public:
48 
49  // validate the node
50  virtual bool valid(const DtNetworkNode& node) const;
51 
52  // get/set extent of interest
53  virtual const DtExtent& extentOfInterest() const;
54  virtual void setExtentOfInterest(const DtExtent& ext);
55 
56 protected:
57 
59 };
60 
61 #endif
DtIntersectNetworkNodeMetric & operator=(const DtIntersectNetworkNodeMetric &orig)
Assignment operator.
DtExtent myExtentOfInterest
Definition: featureExtentIntersectNetworkNodeMetric.h:58
The DtExtent represents an axis-aligned 3d bounding box.
Definition: extent.h:43
#define DT_DLL_gdb
Definition: gdbDefines.h:25
Definition: featureExtentIntersectNetworkNodeMetric.h:29
Definition: networkNode.h:38
virtual bool valid(const DtNetworkNode &node) const
Validate the node.
DtIntersectNetworkNodeMetric is a metric for a point quadtree.
Definition: intersectNetworkNodeMetric.h:26
Contains the declaration of the DtExtent class.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)