infovis
D:/VC++/Info. Vis/infovis/infovis/IdenticalMapping.h
00001 #ifndef IDENTICALMAPPING_H
00002 #define IDENTICALMAPPING_H
00003 
00004 #pragma once
00005 #include "mappingrenderer.h"
00006 #include "utils.h"
00007 
00012 class IdenticalMapping :
00013         public MappingRenderer
00014 {
00015 public:
00016         IdenticalMapping(void);
00017         ~IdenticalMapping(void);
00018 
00019         void iniRender();
00020         complexD applyMapping(complexD coords);
00021 };
00022 
00023 #endif
 All Classes Functions