Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoSTLInputReader.h
Go to the documentation of this file.
1/*=======================================================================
2** VSG_COPYRIGHT_TAG
3**=======================================================================*/
4/*=======================================================================
5** Created by : VSG (mar 2012)
6**=======================================================================*/
7
8#ifndef _SO_INPUT_STL_READER_H_
9#define _SO_INPUT_STL_READER_H_
10
13
41{
42 SO_TYPED_CLASS_HEADER();
43public:
46
49
51 virtual bool canConvert(SoInput*);
52
55};
56
57#endif // _SO_INPUT_STL_READER_H_
Used to read Open Inventor data files.
Definition SoInput.h:363
Base class for custom readers that create an Open Inventor scene graph.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for import...
virtual bool canConvert(SoInput *)
Returns true if the specified input source can be converted by this plugin.
SoSTLInputReader()
Constructor.
virtual ~SoSTLInputReader()
Destructor.
virtual SoSeparator * convert(SoInput *)
Returns the specified input source in the form of an Open Inventor scene graph.
Group node that saves and restores traversal state.