Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
N2S3_old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioInsp
N2S3_old
Commits
cd6c239c
Commit
cd6c239c
authored
8 years ago
by
POLITO Guillermo Andres
Browse files
Options
Downloads
Patches
Plain Diff
Adding Scaladocs to DigitalHex
parent
768196c1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
n2s3/src/main/scala/fr/univ_lille/cristal/emeraude/n2s3/features/io/input/DigitalHexInputStream.scala
+5
-2
5 additions, 2 deletions
...eraude/n2s3/features/io/input/DigitalHexInputStream.scala
with
5 additions
and
2 deletions
n2s3/src/main/scala/fr/univ_lille/cristal/emeraude/n2s3/features/io/input/DigitalHexInputStream.scala
+
5
−
2
View file @
cd6c239c
package
fr.univ_lille.cristal.emeraude.n2s3.features.io.input
package
fr.univ_lille.cristal.emeraude.n2s3.features.io.input
/**
/**
*
Created by falezp on 19/04/16
.
*
Factory for [[DigitalHexInputStream]]
.
*/
*/
object
DigitalHexEntry
{
object
DigitalHexEntry
{
def
apply
()
=
new
StreamEntry
[
SampleInput
](
Shape
(
3
,
5
))
def
apply
()
=
new
StreamEntry
[
SampleInput
](
Shape
(
3
,
5
))
}
}
/**
* An input stream that generates hexadecimal chars in a 3x5 picture of binary pixels.
* This stream is generated in memory.
*/
class
DigitalHexInputStream
extends
N2S3InputStream
[
SampleInput
]
{
class
DigitalHexInputStream
extends
N2S3InputStream
[
SampleInput
]
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment