Public Attributes
|
|
JOBSTATE
(RenderJob::*
|
RenderJobGetState
)() const
|
|
void(RenderJob::*
|
RenderJobSetState
)(
JOBSTATE
state,
Bool
sendSignal)
|
|
const
C4DUuid
(RenderJob::*
|
RenderJobGetUuid
)() const
|
|
const
C4DUuid
(RenderJob::*
|
RenderJobGetCreatorUuid
)() const
|
|
void(RenderJob::*
|
RenderJobSetCreatorUuid
)(const
C4DUuid
&creatorUuid)
|
|
const
C4DUuid
(RenderJob::*
|
RenderJobGetServerUuid
)() const
|
|
void(RenderJob::*
|
RenderJobSetServerUuid
)(const
C4DUuid
&serverUuid)
|
|
NetRenderService
*(RenderJob::*
|
GetNetRenderService
)() const
|
|
const
NetRenderData
*(RenderJob::*
|
GetRenderData
)() const
|
|
Bool
(RenderJob::*
|
AddMachine
)(const
C4DUuid
&machineUuid)
|
|
Bool
(RenderJob::*
|
AddMachines
)(const
maxon::BaseArray
<
C4DUuid
> &machineUuids,
Bool
flush)
|
|
Bool
(RenderJob::*
|
RemoveMachine
)(const
C4DUuid
&machineUuid)
|
|
Bool
(RenderJob::*
|
ExRemoveMachines
)(const
maxon::BaseArray
<
C4DUuid
> &machineUuids)
|
|
void(RenderJob::*
|
GetMachines
)(
maxon::BaseArray
<
C4DUuid
> &machineUuids) const
|
|
void(RenderJob::*
|
UpdateProgress
)(
Float
progress,
Bool
completed)
|
|
const
C4DUuid
(Machine::*
|
GetUuid
)() const
|
|
void(Machine::*
|
SetUuid
)(const
C4DUuid
&uid)
|
|
向量
(Machine::*
|
GetColor
)(const
向量
*bgColor) const
|
|
void(Machine::*
|
SetColor
)(const
向量
&color)
|
|
void(Machine::*
|
FoundViaZeroConf
)(
Bool
foundViaZeroConf)
|
|
Bool
(Machine::*
|
FoundViaZeroConf2
)() const
|
|
OPERATINGSYSTEM
(Machine::*
|
GetOperatingSystem
)()
|
|
void(Machine::*
|
SetOperatingSystem
)(
OPERATINGSYSTEM
operatingSystem)
|
|
const
BaseContainer
&(Machine::*
|
GetMachineFeatures
)() const
|
|
void(Machine::*
|
SetMachineFeatures
)(const
BaseContainer
&t_bc)
|
|
JOBCOMMAND
(Machine::*
|
GetCurrentJobCommand
)(
C4DUuid
*rendersFor) const
|
|
void(Machine::*
|
SetMacAddress
)(const
maxon::BaseArray
<
UChar
> &macAddress)
|
|
void(Machine::*
|
GetMacAddress
)(
maxon::BaseArray
<
UChar
> &macAddress) const
|
|
String
(Machine::*
|
GetFullyQualifiedDomainName
)(
Bool
*isPrivate) const
|
|
void(Machine::*
|
ClearVerificationBit
)(
VERIFICATIONBIT
state)
|
|
Bool
(Machine::*
|
GetVerificationBit
)(
VERIFICATIONBIT
state) const
|
|
void(Machine::*
|
SetVerificationBit
)(
VERIFICATIONBIT
state)
|
|
Bool
(Machine::*
|
GetGlobalSelected
)() const
|
|
void(Machine::*
|
SetGlobalSelected
)(
Bool
globalSelected)
|
|
机器
*(NetRenderService::*
|
FindMachine
)(const
C4DUuid
&uid,
MACHINELIST
list,
VERIFICATIONBIT
bits) const
|
|
MachineGroup
*(NetRenderService::*
|
ExGetOnlineHead
)() const
|
|
MachineGroup
*(NetRenderService::*
|
GetMachineHead
)() const
|
|
机器
*(NetRenderService::*
|
ExGetFirstOnline
)() const
|
|
机器
*(NetRenderService::*
|
GetFirstMachine
)() const
|
|
maxon::RWSpinlock
&(NetRenderService::*
|
GetMachineLock
)()
|
|
void(NetRenderService::*
|
GetAllMachineUuids
)(
maxon::BaseArray
<
C4DUuid
> &machineUuids,
MACHINELIST
list,
VERIFICATIONBIT
bits,
Bool
includeLocalMachine,
Bool
includeZeroConfMachines)
|
|
RenderJob
*(NetRenderService::*
|
FindRenderJob
)(const
C4DUuid
&jobUuid,
Bool
lookInServerList) const
|
|
const
C4DUuid
(NetRenderService::*
|
GetUuid2
)() const
|
|
void(NetRenderService::*
|
GetMacAddress2
)(
maxon::BaseArray
<
UChar
> &macAddress) const
|
|
Int32
(NetRenderService::*
|
ExGetInternalPort
)() const
|
|
Int32
(NetRenderService::*
|
ExGetExternalPort
)() const
|
|
String
(NetRenderService::*
|
ExGetHostname
)() const
|
|
void(NetRenderService::*
|
CopyClientTasksFrom
)(
maxon::BaseArray
<
C4DUuid
> &jobUuids,
maxon::BaseArray
<
Task
> &tasks) const
|
|
Repository
&(NetRenderService::*
|
GetRepository
)()
|
|
maxon::RWSpinlock
&(NetRenderService::*
|
GetClientRenderJobLock
)()
|
|
RENDERRESULT
(NetRenderService::*
|
InitRendering
)(
BaseDocument
*doc, const
BaseContainer
&rdata, const
C4DUuid
&jobUuid,
NETRENDERFLAGS
flags, PictureViewer *pv, const
BaseContainer
&machines,
MultipassBitmap
*bmp,
ProgressHook
*prog,
WriteProgressHook
*wprog, void *context,
Bool
*useFrameNumberAsSuffix,
Filename
*dispname, const
maxon::BaseArray
<
Bool
> *renderTasks)
|
|
CREATEJOBRESULT
(NetRenderService::*
|
CreateRenderJob
)(const
String
&docName,
C4DUuid
&jobUuid,
RENDERJOBCREATOR
creator, const
String
&username,
BaseThread
*bt, const
Filename
*watchFolderName)
|
|
RENDERRESULT
(NetRenderService::*
|
StartRendering
)(
THREADMODE
模式,
BaseDocument
*doc, const
C4DUuid
&jobUuid,
BaseThread
*bt)
|
|
Bool
(NetRenderService::*
|
VerifyServerOnClient
)(
THREADMODE
mode, const
C4DUuid
&machineUuid, const
String
&securityToken,
Bool
setClientAsGlobalSelected,
Bool
doLock,
Int32
waitUntilExecutionInMs)
|
|
Bool
(NetRenderService::*
|
DeleteRenderJob
)(const
C4DUuid
&jobUuid,
Bool
informClients)
|
|
Bool
(NetRenderService::*
|
GetGlobalSelected2
)(
maxon::BaseArray
<
C4DUuid
> &machines)
|
|
UserPool
&(NetRenderService::*
|
GetUserPool
)()
|
|
Bool
(NetRenderService::*
|
GetJobsList1
)(
maxon::BaseArray
<
BaseContainer
> &jobs,
Bool
triggerWatchDog,
DETAILSELECTOR
rdata,
DETAILSELECTOR
assets,
DETAILSELECTOR
results,
DETAILSELECTOR
log, const
C4DUuid
*getOnlyThisJob,
Bool
selectedJobOnly, const
C4DUuid
*user)
|
|
void(NetRenderService::*
|
GetGlobalSelectedMachines
)(
maxon::BaseArray
<
C4DUuid
> &machines,
Bool
&atLeastOneMachineOnline)
|
|
String
(NetRenderService::*
|
GetCurrentJobCommandAsString
)() const
|
|
MESSAGERESULT
(*
|
NetSpecialEventAdd
)(
NetRenderService
*service, const
C4DUuid
&remoteUuid, const
BaseContainer
&msg,
Bool
forceConnect)
|
|
MESSAGERESULT
(*
|
NetGeSyncMessage
)(
NetRenderService
*service, const
C4DUuid
&remoteUuid, const
BaseContainer
&msg,
BaseContainer
&result,
BaseThread
*bt,
Bool
forceConnect)
|
|
MESSAGERESULT
(*
|
NetSendData
)(
NetRenderService
*service, const
C4DUuid
&remoteUuid,
NetRenderBuffer
*data,
NetRenderBuffer
*result,
BaseThread
*bt)
|
|
Bool
(*
|
NetRenderCacheGet
)(
NetRenderDocumentContext
*context,
Bool
isServer,
Int32
cacheID, void *&data,
Int32
&
size
)
|
|
Bool
(*
|
NetRenderCacheGetTask
)(
NetRenderDocumentContext
*context,
Bool
isServer,
Int32
cacheID,
Int32
&taskID,
Int32
&taskSubdivisions)
|
|
Bool
(*
|
NetRenderCacheSendTask
)(
NetRenderDocumentContext
*context,
Bool
isServer,
Int32
cacheID,
Int32
taskID, void *data,
Int32
size
,
Bool
progress)
|
|
Bool
(*
|
NetRenderCacheProgress
)(
NetRenderDocumentContext
*context,
Int32
cacheID,
Int32
lastIndex, void *&data,
Int32
&
size
,
BaseThread
*thread)
|
|
Bool
(*
|
NetRenderCachePrepass
)(
NetRenderDocumentContext
*context,
Int32
cacheID,
Bool
&completed)
|
|
Bool
(*
|
NetRenderGetFileFromServer
)(
NetRenderService
*client, const
Filename
&sourceNameOrPath,
Filename
&result,
BaseThread
*bt)
|
|
NetRenderService
*(*
|
GetGlobalNetRenderService
)()
|
|
String
(*
|
GetMachineDescription
)(const
NetRenderService
*service,
机器
*m)
|
|
String
(*
|
VerificationBitToString
)(
VERIFICATIONBIT
state)
|
|
String
(*
|
JobCommandToString
)(
JOBCOMMAND
command)
|
|
String
(*
|
GetDebugStringOfMachine
)(const
机器
*m)
|
|
Filename
(Repository::*
|
GetRepositoryPath
)() const
|
|
Filename
(Repository::*
|
GetJobsPath
)(
Bool
server) const
|
|
void(Repository::*
|
SetRepositoryPath
)(const
Filename
&repositoryPath)
|
|
Bool
(Repository::*
|
ConvertAbsolute2RelativePath
)(const
Filename
&absolutePath,
RelativeFilename
&relativePath,
Bool
server) const
|
|
Filename
(Repository::*
|
ConvertRelative2Absolute
)(
RenderJob
*job,
Asset
*asset) const
|
|
RenderJob
*(NetRenderService::*
|
GetActive
)() const
|
|
RelativeFilename
(RenderJob::*
|
GetProjectFolder
)() const
|
|
Asset
*(RenderJob::*
|
GetFirstAsset
)() const
|
|
Bool
(UserPool::*
|
AddUser
)(const
String
&username, const
String
&password, const
String
&description,
Bool
isAdmin)
|
|
Bool
(UserPool::*
|
DeleteUser
)(const
C4DUuid
&userUuid)
|
|
Bool
(UserPool::*
|
ChangePassword
)(const
C4DUuid
&userUuid, const
String
&oldPassword, const
String
&newPassword)
|
|
Bool
(UserPool::*
|
CheckUserCredentials
)(const
String
&username, const
String
&password) const
|
|
void(UserPool::*
|
GetUsers
)(
maxon::BaseArray
<
User
* > &users) const
|
|
ProgressHook
*(RenderJob::*
|
GetProgressHook
)(void *&context)
|
|
WriteProgressHook
*(RenderJob::*
|
GetWriteProgressHook
)(void *&context)
|
|
String
(NetRenderService::*
|
GetName
)() const
|
|
Bool
(NetRenderService::*
|
IsRunning
)() const
|
|
String
(NetRenderData::*
|
GetName2
)() const
|
|
Bool
(NetRenderData::*
|
IsSingleFrameRendering
)() const
|
|
Int32
(NetRenderData::*
|
GetRealFps
)() const
|
|
Float
(NetRenderData::*
|
GetFps
)() const
|
|
BaseTime
(NetRenderData::*
|
GetFrameFrom
)() const
|
|
BaseTime
(NetRenderData::*
|
GetFrameTo
)() const
|
|
Int32
(NetRenderData::*
|
GetWidth
)() const
|
|
Int32
(NetRenderData::*
|
GetHeight
)() const
|
|
Int32
(NetRenderData::*
|
GetFrameRange
)() const
|
|
Int32
(NetRenderData::*
|
GetNameFormat
)() const
|
|
Int32
(NetRenderData::*
|
GetFrameStep
)() const
|
|
BaseContainer
(NetRenderData::*
|
GetData
)() const
|
|
Bool
(NetRenderData::*
|
UseFrameNumberAsSuffix
)() const
|
|
Bool
(NetRenderData::*
|
ShowHud
)() const
|
|
Bool
(NetRenderData::*
|
SaveImage
)() const
|
|
Int32
(NetRenderData::*
|
GetImageFormat
)() const
|
|
Filename
(NetRenderData::*
|
GetImageFilename
)() const
|
|
Filename
(NetRenderData::*
|
GetImageAbsResultFolder
)() const
|
|
Bool
(NetRenderData::*
|
GetImageFormatIsMovie
)() const
|
|
Bool
(NetRenderData::*
|
SaveMultipass
)() const
|
|
Int32
(NetRenderData::*
|
GetMultipassImageFormat
)() const
|
|
Filename
(NetRenderData::*
|
GetMultipassFilename
)() const
|
|
Filename
(NetRenderData::*
|
GetMultipassAbsResultFolder
)() const
|
|
Bool
(NetRenderData::*
|
GetMultipassFormatIsMovie
)() const
|
|
Bool
(NetRenderData::*
|
GetMultipassSaveMultilayer
)() const
|
|
Bool
(NetRenderData::*
|
ShowTextureError
)() const
|
|
NETRENDERFLAGS
(NetRenderData::*
|
GetFlags
)() const
|
|
Filename
(NetRenderData::*
|
GetB3dTempFolder
)() const
|
|
void(NetRenderService::*
|
NetConsoleOutput
)(
maxon::OUTPUT
flags, const
maxon::String
&value,
maxon::OUTPUTLOCATION
output, const
maxon::SourceLocation
&loc)
|
|
C4DUuid
(iUser::*
|
GetUserUuid
)() const
|
|
String
(iUser::*
|
GetUserUsername
)() const
|
|
String
(iUser::*
|
GetUserDescription
)() const
|
|
Bool
(iUser::*
|
IsUserAdmin
)() const
|
|
String
(iUser::*
|
GetUserDefaultLanguage
)() const
|
|
Bool
(UserPool::*
|
ChangeDefaultLanguage
)(const
C4DUuid
&userUuid, const
String
&defaultLanguage)
|
|
Bool
(UserPool::*
|
ExGetUser
)(const
String
&username)
|
|
User
*(*
|
UserAlloc
)()
|
|
void(*
|
UserFree
)(
User
*&p)
|
|
Bool
(NetRenderService::*
|
GetMachinesList
)(
maxon::BaseArray
<
BaseContainer
> &jobs,
Int32
logCount, const
C4DUuid
*getOnlyThisMachine) const
|
|
Bool
(NetRenderService::*
|
InitAndStartRenderingFullAsync
)(const
C4DUuid
&jobUuid)
|
|
void(NetRenderService::*
|
StopRendering
)(
THREADMODE
mode, const
C4DUuid
&jobUuid,
RENDERRESULT
result)
|
|
Bool
(NetRenderService::*
|
InsertJobBefore
)(const
C4DUuid
&jobUuid1, const
C4DUuid
&jobUuid2)
|
|
Bool
(NetRenderService::*
|
InsertJobAfter
)(const
C4DUuid
&jobUuid1, const
C4DUuid
&jobUuid2)
|
|
Bool
(NetRenderService::*
|
SetDefaultSceneName
)(const
C4DUuid
&jobUuid, const
Filename
&defaultSceneName)
|
|
Bool
(UserPool::*
|
ChangeUserAccountType
)(const
C4DUuid
&userUuid, const
Bool
isAdmin)
|
|
Bool
(UserPool::*
|
ChangeUserInfo
)(const
C4DUuid
&userUuid, const
String
&description)
|
|
Bool
(UserPool::*
|
ChangeUserPassword
)(const
C4DUuid
&userUuid, const
String
&password)
|
|
void(RenderJob::*
|
RenderJobSetDefaultSceneName
)(const
Filename
&defaultSceneName)
|
|
Filename
(RenderJob::*
|
RenderJobGetDefaultSceneName
)() const
|
|
Bool
(NetRenderService::*
|
消息
)(const
C4DUuid
&remoteUuid, const
NetworkIpAddrPort
*remoteAddr,
Bool
isPrivate, const
BaseContainer
&msg,
BaseContainer
&result)
|
|
Bool
(NetRenderService::*
|
ClearResults
)(const
C4DUuid
&jobUuid)
|
|
EDITION
(NetRenderService::*
|
GetEdition
)() const
|
|
String
(*
|
JobStateToString
)(
JOBSTATE
state)
|
|
maxon::Result
< void >(*
|
NetRenderGetFileFromServer2
)(
NetRenderService
*client, const
Filename
&sourceNameOrPath,
Filename
&result,
SERVERMESSAGE
sendWarningIfFailed,
maxon::ThreadInterface
*bt)
|
|
Bool
(NetRenderService::*
|
AddLogToJob
)(const
C4DUuid
&jobUuid, const
String
&log,
Bool
doLock,
Bool
append)
|
|
BaseBitmap
*(NetRenderService::*
|
ExGetRenderPreview
)(const
C4DUuid
&jobUuid)
|
|
Bool
(*
|
NetSendMessageToServer
)(
NetRenderService
*service, const
C4DUuid
&remoteUuid, const
C4DUuid
&jobUuid,
SERVERMESSAGE
type, const
String
&messageString,
Bool
doConsoleOutput,
Int32
frameNumber)
|
|
BaseContainer
*(NetRenderService::*
|
GetNetPreferences
)() const
|
|
Bool
(NetRenderService::*
|
AddLogToMachine
)(const
C4DUuid
&machineUuid, const
String
&log,
Bool
doLock)
|
|
Bool
(NetRenderService::*
|
GetJobsList2
)(const
BaseContainer
&settings,
maxon::BaseArray
<
BaseContainer
> &jobs,
Bool
triggerWatchDog,
DETAILSELECTOR
rdata,
DETAILSELECTOR
assets,
DETAILSELECTOR
results,
DETAILSELECTOR
log, const
C4DUuid
*getOnlyThisJob,
Bool
selectedJobOnly, const
C4DUuid
*user)
|
|
void(*
|
SetErrorLevel
)(
Bool
printDebugErrors,
Bool
stackInErrors,
Bool
locationInErrors)
|
|
Bool
(NetRenderService::*
|
AddMachine2
)(const
String
&address, const
String
&securityToken,
Bool
allowGui, const
C4DUuid
*uuidOfMachineToOverwrite)
|
|
Filename
(NetRenderData::*
|
GetOriginDocumentDirectoryPath
)() const
|
|
BaseContainer
&(NetRenderData::*
|
GetData2
)()
|
|
const
BaseContainer
&(NetRenderData::*
|
GetData3
)() const
|
|
RENDERRESULT
(RenderJob::*
|
RenderJobGetRenderResult
)() const
|
|
Int32
(NetRenderData::*
|
GetRealImageBitDepth
)() const
|
|
Int32
(NetRenderData::*
|
GetRealMultipassBitDepth
)() const
|
|
Bool
(*
|
NetSendMessageToServer2
)(
NetRenderService
*service, const
C4DUuid
&remoteUuid, const
C4DUuid
&jobUuid,
SERVERMESSAGE
type,
RENDERRESULT
res, const
String
&messageString,
Bool
doConsoleOutput,
Int32
frameNumber)
|
|
Bool
(NetRenderService::*
|
RemoveResult
)(const
C4DUuid
&jobUuid, const
Filename
&relResultPath)
|
|
maxon::Result
< void >(NetRenderService::*
|
CopyRenderTaskFrom
)(const
C4DUuid
&jobUuid,
maxon::BaseArray
<
RenderTask
> &todo)
|
|
EDITION
(Machine::*
|
GetEdition2
)() const
|
|
Int32
(NetRenderService::*
|
GetCpuCount
)() const
|
|
Int32
|
version
|
|
Int32
|
size
|