Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122135468
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
Wed, Jul 16, 01:13
Size
288 B
Mime Type
text/x-c
Expires
Fri, Jul 18, 01:13 (2 d)
Engine
blob
Format
Raw Data
Handle
27439325
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