Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hurstel
CGoGN
Commits
9a48f6a3
Commit
9a48f6a3
authored
Dec 16, 2011
by
Pierre Kraemer
Browse files
Options
Browse Files
Download
Plain Diff
Merge cgogn:~vanhoey/CGoGN
parents
868dac79
944386f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
include/Utils/colourConverter.h
include/Utils/colourConverter.h
+1
-1
include/Utils/colourConverter.hpp
include/Utils/colourConverter.hpp
+9
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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