Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajkhoury/ReClassEx
/ CNodeInt64
Method
CNodeInt64
ReClass/CNodeInt64.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"CNodeInt64.h"
3
4
CNodeInt64::CNodeInt64( )
5
{
6
m_nodeType = nt_int64;
7
}
8
9
void CNodeInt64::Update( const PHOTSPOT Spot )
10
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected