Ceetron Data Provider Framework
CDPTransformations.h
1 //##################################################################################################
2 //
3 // Ceetron Data Provider Framework
4 //
5 // --------------------------------------------------------------------------------------------
6 // Copyright (C) 2018, Ceetron AS
7 //##################################################################################################
8 
9 #pragma once
10 
11 #include "CDPBaseTypes.h"
12 
13 
14 //==================================================================================================
15 //
16 //
17 //
18 //==================================================================================================
20 {
21 public:
22  virtual ~CDPTransformations() {};
23 
24  virtual void addGroupTransformation(const cdp_double_t* groupTransformationMatrix) = 0;
25 };
26 
Definition: CDPTransformations.h:19
virtual void addGroupTransformation(const cdp_double_t *groupTransformationMatrix)=0
Definition: CDPTransformations.cpp:38