Scope
ScannerVectorFramePlaneHopper.cpp
1 #include "stdafx.h"
2 #include "ScannerVectorFramePlaneHopper.h"
3 
4 namespace scope {
5 
7  : ScannerVectorFrameBasic(ScannerVectorTypeHelper::Planehopper, _filltype) {
8 }
9 
10 ScannerVectorFramePlaneHopper::~ScannerVectorFramePlaneHopper() {
11 
12 }
13 
15 
16 }
17 
18 
19 
20 }
Parent class for frame scans.
Base class for all Scope datatypes here, provides a uniform interface (and saves typing...).
This is the include file for standard system include files, or project specific include files that ar...
ScannerVectorFramePlaneHopper(const ScannerVectorFillType &_filltype)
Describes the scanner vector type.