Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials
IMetaTriangleSelector.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2012 Nikolaus Gebhardt
2 // This file is part of the "Irrlicht Engine".
3 // For conditions of distribution and use, see copyright notice in irrlicht.h
4 
5 #ifndef __I_META_TRIANGLE_SELECTOR_H_INCLUDED__
6 #define __I_META_TRIANGLE_SELECTOR_H_INCLUDED__
7 
8 #include "ITriangleSelector.h"
9 
10 namespace irr
11 {
12 namespace scene
13 {
14 
16 
21 {
22 public:
23 
25 
26  virtual void addTriangleSelector(ITriangleSelector* toAdd) = 0;
27 
29 
32  virtual bool removeTriangleSelector(ITriangleSelector* toRemove) = 0;
33 
35  virtual void removeAllTriangleSelectors() = 0;
36 };
37 
38 } // end namespace scene
39 } // end namespace irr
40 
41 
42 #endif
43 

The Irrlicht Engine
The Irrlicht Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated on Mon May 6 2013 17:41:01 by Doxygen (1.8.3.1)