MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.basecode.descriptors.GroupDescriptor Class Reference

The GroupDescriptor class defines a group. More...

Inheritance diagram for MyCaffe.basecode.descriptors.GroupDescriptor:
MyCaffe.basecode.descriptors.BaseDescriptor

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...
 
- Public Member Functions inherited from MyCaffe.basecode.descriptors.BaseDescriptor
 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

- Properties inherited from MyCaffe.basecode.descriptors.BaseDescriptor
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...
 

Detailed Description

The GroupDescriptor class defines a group.

Definition at line 13 of file GroupDescriptor.cs.

Constructor & Destructor Documentation

◆ GroupDescriptor() [1/2]

MyCaffe.basecode.descriptors.GroupDescriptor.GroupDescriptor ( int  nID,
string  strName,
string  strOwner 
)

The GroupDescriptor constructor.

Parameters
nIDSpecifies the database ID of the item.
strNameSpecifies the name of the item.
strOwnerSpecifies the identifier of the item's owner.

Definition at line 21 of file GroupDescriptor.cs.

◆ GroupDescriptor() [2/2]

MyCaffe.basecode.descriptors.GroupDescriptor.GroupDescriptor ( GroupDescriptor  g)

The GroupDescriptor constructor.

Parameters
gSpecifies another GroupDescriptor used to create this one.

Definition at line 30 of file GroupDescriptor.cs.

Member Function Documentation

◆ ToString()

override string MyCaffe.basecode.descriptors.GroupDescriptor.ToString ( )

Returns the string representation of the GroupDescriptor.

Returns
The string representation is returned.

Definition at line 39 of file GroupDescriptor.cs.


The documentation for this class was generated from the following file: