Exemple #1
0
 public Tr Op <Tr>(IPixOp <Tr> op)
 {
     return(op.PixImageCube(this));
 }
Exemple #2
0
 public Tr Op <Tr>(IPixOp <Tr> op)
 {
     return(op.PixImageMipMap(this));
 }
Exemple #3
0
 public Tr Op <Tr>(IPixOp <Tr> op)
 {
     return(op.FileImage(this));
 }
Exemple #4
0
 public Tr Op <Tr>(IPixOp <Tr> op)
 {
     return(op.PixStack(this, PixArray.Map(p => p.Op(op))));
 }
Exemple #5
0
 public Tr Op <Tr>(IPixOp <Tr> op)
 {
     return(op.PixVolumeInfo(this));
 }
Exemple #6
0
 public Tr Op <Tr>(IPixOp <Tr> op)
 {
     return(op.PixImageInfo(this));
 }
Exemple #7
0
 public Tr Op <Tr>(IPixOp <Tr> op)
 {
     return(op.FileVolume(this));
 }