Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99276708
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
Thu, Jan 23, 00:26
Size
288 B
Mime Type
text/x-c
Expires
Sat, Jan 25, 00:26 (2 d)
Engine
blob
Format
Raw Data
Handle
23759601
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