NSL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
RTISelections.h
Go to the documentation of this file.
1 #ifndef NSL_RTISELECTIONS_H
2 #define NSL_RTISELECTIONS_H
3 
4 // NAIA headers
5 #include <Containers/RTIInfo.h>
6 
7 namespace NSL {
8 namespace Selections {
9 bool DefaultRTISelection(const NAIA::RTIInfo &rti_info);
10 }
11 } // namespace NSL
12 
13 #endif
bool DefaultRTISelection(const NAIA::RTIInfo &rti_info)