Issue-1183: add stp to the list of supported extensions for step-files.

This commit is contained in:
Kim Kulling
2017-02-27 20:11:59 +01:00
parent a75fa44bde
commit 7a47f1f8f7
9 changed files with 334 additions and 342 deletions

View File

@@ -90,14 +90,16 @@ namespace
// ------------------------------------------------------------------------------------------------
// Constructor to be privately used by Importer
PLYImporter::PLYImporter()
: mBuffer(),
pcDOM()
{}
: mBuffer()
, pcDOM(){
// empty
}
// ------------------------------------------------------------------------------------------------
// Destructor, private as well
PLYImporter::~PLYImporter()
{}
PLYImporter::~PLYImporter() {
// empty
}
// ------------------------------------------------------------------------------------------------
// Returns whether the class can handle the format of the given file.