Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97806723
descriptorviewer.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jan 6, 14:15
Size
288 B
Mime Type
text/x-c
Expires
Wed, Jan 8, 14:15 (2 d)
Engine
blob
Format
Raw Data
Handle
23455120
Attached To
rSYMKIT symkit
descriptorviewer.cpp
View Options
#include "descriptorviewer.h"
DescriptorViewer
::
DescriptorViewer
(
Descriptor
*
desc
)
:
descriptor
(
desc
)
{
}
void
DescriptorViewer
::
setDescriptor
(
Descriptor
*
desc
)
{
this
->
descriptor
=
desc
;
}
const
Descriptor
*
DescriptorViewer
::
getDescriptor
()
const
{
return
descriptor
;
}
Event Timeline
Log In to Comment