![]() |
MyCaffe
1.12.0.60
Deep learning software for Windows C# programmers.
|
The GroupDescriptor class defines a group. More...
Public Member Functions | |
GroupDescriptor (int nID, string strName, string strOwner) | |
The GroupDescriptor constructor. More... | |
GroupDescriptor (GroupDescriptor g) | |
The GroupDescriptor constructor. More... | |
override string | ToString () |
Returns the string representation of the GroupDescriptor. More... | |
![]() | |
BaseDescriptor (int nID, string strName, string strOwner) | |
The BaseDescriptor constructor. More... | |
BaseDescriptor (BaseDescriptor b) | |
The BaseDescriptor constructor. More... | |
void | Copy (BaseDescriptor b) |
Copy another BaseDescriptor into this one. More... | |
Additional Inherited Members | |
![]() | |
int | ID [getset] |
Get/set the database ID of the item. More... | |
string | Name [getset] |
Get/set the name of the item. More... | |
string | Owner [getset] |
Get/set the owner of the item. More... | |
The GroupDescriptor class defines a group.
Definition at line 13 of file GroupDescriptor.cs.
MyCaffe.basecode.descriptors.GroupDescriptor.GroupDescriptor | ( | int | nID, |
string | strName, | ||
string | strOwner | ||
) |
The GroupDescriptor constructor.
nID | Specifies the database ID of the item. |
strName | Specifies the name of the item. |
strOwner | Specifies the identifier of the item's owner. |
Definition at line 21 of file GroupDescriptor.cs.
MyCaffe.basecode.descriptors.GroupDescriptor.GroupDescriptor | ( | GroupDescriptor | g | ) |
The GroupDescriptor constructor.
g | Specifies another GroupDescriptor used to create this one. |
Definition at line 30 of file GroupDescriptor.cs.
override string MyCaffe.basecode.descriptors.GroupDescriptor.ToString | ( | ) |
Returns the string representation of the GroupDescriptor.
Definition at line 39 of file GroupDescriptor.cs.