Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Etienne Schmitt
CGoGN
Commits
9a48f6a3
Commit
9a48f6a3
authored
Dec 16, 2011
by
Pierre Kraemer
Browse files
Merge cgogn:~vanhoey/CGoGN
parents
868dac79
944386f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Utils/colourConverter.h
View file @
9a48f6a3
...
...
@@ -70,7 +70,7 @@ public: // methods
/**
* Destructor
*/
~
ColourConverter
()
{}
;
~
ColourConverter
()
;
/**
* getR
...
...
include/Utils/colourConverter.hpp
View file @
9a48f6a3
...
...
@@ -61,6 +61,15 @@ ColourConverter<REAL>::ColourConverter(VEC3 col, enum ColourEncoding enc) :
}
}
template
<
typename
REAL
>
ColourConverter
<
REAL
>::~
ColourConverter
()
{
delete
RGB
;
delete
Luv
;
delete
XYZ
;
delete
Lab
;
}
template
<
typename
REAL
>
Geom
::
Vector
<
3
,
REAL
>
ColourConverter
<
REAL
>::
getColour
(
enum
ColourEncoding
enc
)
{
switch
(
enc
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment