Scope
ScannerVectorFrameResonanceHopper.cpp
1 #include "stdafx.h"
2 #include "ScannerVectorFrameResonanceHopper.h"
3 
4 namespace scope {
5 
7  : ScannerVectorFrameBasic(ScannerVectorTypeHelper::ResonanceHopper, _filltype) {
8 }
9 
10 
11 }
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...
Describes the scanner vector type.
ScannerVectorFrameResonanceHopper(const ScannerVectorFillType &_filltype)