infovis
|
00001 #ifndef CLMAPPING_H 00002 #define CLMAPPING_H 00003 00004 #include "mappingrenderer.h" 00005 #include "utils.h" 00006 00011 class ComplexLogMapping : 00012 public MappingRenderer 00013 { 00014 public: 00015 ComplexLogMapping(void); 00016 ~ComplexLogMapping(void); 00017 00018 void iniRender(); 00019 complexD applyMapping(complexD coords); 00020 }; 00021 00022 #endif